debugging actions is the best

This commit is contained in:
Rob Larsen 2022-07-12 18:50:16 +00:00 committed by GitHub
parent faefc47ab4
commit 771fbabb9e
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./
publish_dir: ./_site
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}