mirror of https://github.com/Hilbis/Hilbish
ci: fix website build
parent
635f89aa3a
commit
b89b49e3de
|
@ -23,10 +23,11 @@ jobs:
|
||||||
extended: true
|
extended: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
- run: cd website
|
||||||
|
- run: hugo --minify
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./public
|
publish_dir: ./website/public
|
||||||
|
|
Loading…
Reference in New Issue