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 78c0d8a commit a1266eaCopy full SHA for a1266ea
.github/workflows/document.yml
@@ -28,7 +28,7 @@ jobs:
28
mv ../document_ja generated/ &&
29
mv ../document_en generated/
30
- name: Publish to github pages
31
- if: ${{ github.repository == "atcoder/ac-library" }}
+ if: ${{ github.repository == 'atcoder/ac-library' }}
32
uses: peaceiris/actions-gh-pages@v3
33
with:
34
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
0 commit comments