Skip to content

Commit

Permalink
Convert to deploy_key for gh pages (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesfrain committed May 18, 2021
1 parent 86aea76 commit 6dacfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_REPO_DEPLOY_KEY }}
deploy_key: ${{ secrets.GITHUB_REPO_DEPLOY_KEY }}
publish_dir: ./book
cname: book.purescript.org

0 comments on commit 6dacfa9

Please sign in to comment.