mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-04 12: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
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
- run: cd website
|
||||
- run: hugo --minify
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./public
|
||||
publish_dir: ./website/public
|
||||
|
Loading…
x
Reference in New Issue
Block a user