fix ci path
This commit is contained in:
parent
7ced8f5003
commit
f499ed161b
|
@ -22,10 +22,10 @@ jobs:
|
|||
hugo-version: '0.91.2'
|
||||
|
||||
- name: Build
|
||||
run: cd exampleSite && hugo -D --gc --verbose --minify
|
||||
run: cd PaperModX/exampleSite && hugo -D --gc --verbose --minify
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./exampleSite/public
|
||||
publish_dir: ./PaperModX/exampleSite/public
|
||||
|
|
Loading…
Reference in New Issue