We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7184e commit d1e6c72Copy full SHA for d1e6c72
1 file changed
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Push to fatiando.github.io
47
if: success() && github.event_name == 'push'
48
# Don't use tags: https://julienrenaux.fr/2019/12/20/github-actions-security-risk/
49
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e
+ uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453
50
with:
51
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
52
external_repository: fatiando/fatiando.github.io
0 commit comments