Use the correct build destination to publish from

This commit is contained in:
Ske 2020-06-22 14:37:12 +02:00
parent 9eb982c762
commit d4f2338246

View File

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