fix gh-action
This commit is contained in:
parent
e508f05588
commit
3ff72373ba
1 changed files with 4 additions and 1 deletions
5
.github/workflows/site.yml
vendored
5
.github/workflows/site.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Deploy
|
name: Site
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -22,6 +22,9 @@ jobs:
|
||||||
hugo-version: '0.85.0'
|
hugo-version: '0.85.0'
|
||||||
extended: true
|
extended: true
|
||||||
|
|
||||||
|
- name: Rename
|
||||||
|
run: cd .. && mv hugo-theme-minima minima && cd minima
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make build
|
run: make build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue