Use the correct build destination to publish from
This commit is contained in:
parent
9eb982c762
commit
d4f2338246
2
.github/workflows/ghpages.yml
vendored
2
.github/workflows/ghpages.yml
vendored
@ -20,4 +20,4 @@ jobs:
|
|||||||
- uses: peaceiris/actions-gh-pages@v3
|
- uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.JEKYLL_PAT }}
|
github_token: ${{ secrets.JEKYLL_PAT }}
|
||||||
publish_dir: ./docs/_site
|
publish_dir: ./_site
|
Loading…
Reference in New Issue
Block a user