ci: fix website build

pull/177/head
TorchedSammy 2022-06-21 22:32:46 -04:00
parent 635f89aa3a
commit b89b49e3de
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 3 additions and 2 deletions

View File

@ -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