Skip to content

Commit

Permalink
attempt to fix docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieran B. Spooner committed Mar 18, 2024
1 parent fa91eb9 commit b744645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/src/
github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: docs/

0 comments on commit b744645

Please sign in to comment.