Skip to content

Commit dfdd94d

Browse files
committed
fix workflow
1 parent 0543664 commit dfdd94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/document.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
VERSION: ${{ steps.version.outputs.VERSION_NAME }}
3232
- name: Publish to github pages
33-
if: ${{ github.repository == 'atcoder/ac-library' }}
33+
if: ${{ github.event_name == 'push' }}
3434
uses: peaceiris/actions-gh-pages@v3
3535
with:
3636
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}

0 commit comments

Comments
 (0)