Skip to content

Commit a1266ea

Browse files
committed
fix workflow
1 parent 78c0d8a commit a1266ea

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
@@ -28,7 +28,7 @@ jobs:
2828
mv ../document_ja generated/ &&
2929
mv ../document_en generated/
3030
- name: Publish to github pages
31-
if: ${{ github.repository == "atcoder/ac-library" }}
31+
if: ${{ github.repository == 'atcoder/ac-library' }}
3232
uses: peaceiris/actions-gh-pages@v3
3333
with:
3434
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}

0 commit comments

Comments
 (0)