mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-12 16:43:22 +00:00
ci: fix website build
This commit is contained in:
parent
635f89aa3a
commit
b89b49e3de
5
.github/workflows/website.yml
vendored
5
.github/workflows/website.yml
vendored
@ -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…
x
Reference in New Issue
Block a user