mirror of https://github.com/Hilbis/Hilbish
ci(website): combine cd and hugo in 1 run cmd
parent
b89b49e3de
commit
1c2e0fbe72
|
@ -23,8 +23,7 @@ jobs:
|
||||||
extended: true
|
extended: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
- run: cd website
|
run: 'cd website && hugo --minify'
|
||||||
- run: hugo --minify
|
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
|
Loading…
Reference in New Issue