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 2b53f80 commit 0543664Copy full SHA for 0543664
.github/workflows/document.yml
@@ -28,14 +28,14 @@ jobs:
28
mv ../document_ja generated/ &&
29
mv ../document_en generated/
30
env:
31
- VERSION: ${{ steps.branch.outputs.VERSION_NAME }}
+ VERSION: ${{ steps.version.outputs.VERSION_NAME }}
32
- name: Publish to github pages
33
if: ${{ github.repository == 'atcoder/ac-library' }}
34
uses: peaceiris/actions-gh-pages@v3
35
with:
36
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
37
publish_dir: ./tools/generated
38
- destination_dir: ${{ steps.branch.outputs.VERSION_NAME }}
+ destination_dir: ${{ steps.version.outputs.VERSION_NAME }}
39
- name: Upload zip
40
uses: actions/upload-artifact@v2
41
0 commit comments