We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62df41a commit aaa66a6Copy full SHA for aaa66a6
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Push to fatiando.github.io
51
if: success() && ( github.event_name == 'push' || github.event_name == 'schedule' )
52
# Don't use tags: https://julienrenaux.fr/2019/12/20/github-actions-security-risk/
53
- uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e
54
with:
55
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
56
external_repository: fatiando/fatiando.github.io
0 commit comments