We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0543664 commit dfdd94dCopy full SHA for dfdd94d
.github/workflows/document.yml
@@ -30,7 +30,7 @@ jobs:
30
env:
31
VERSION: ${{ steps.version.outputs.VERSION_NAME }}
32
- name: Publish to github pages
33
- if: ${{ github.repository == 'atcoder/ac-library' }}
+ if: ${{ github.event_name == 'push' }}
34
uses: peaceiris/actions-gh-pages@v3
35
with:
36
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
0 commit comments