fix ci path

This commit is contained in:
Reorx 2022-04-22 14:23:27 +08:00
parent 7ced8f5003
commit f499ed161b
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ jobs:
hugo-version: '0.91.2' hugo-version: '0.91.2'
- name: Build - name: Build
run: cd exampleSite && hugo -D --gc --verbose --minify run: cd PaperModX/exampleSite && hugo -D --gc --verbose --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: ./exampleSite/public publish_dir: ./PaperModX/exampleSite/public