Skip to content

Commit 0543664

Browse files
committed
fix workflow
1 parent 2b53f80 commit 0543664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/document.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
mv ../document_ja generated/ &&
2929
mv ../document_en generated/
3030
env:
31-
VERSION: ${{ steps.branch.outputs.VERSION_NAME }}
31+
VERSION: ${{ steps.version.outputs.VERSION_NAME }}
3232
- name: Publish to github pages
3333
if: ${{ github.repository == 'atcoder/ac-library' }}
3434
uses: peaceiris/actions-gh-pages@v3
3535
with:
3636
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3737
publish_dir: ./tools/generated
38-
destination_dir: ${{ steps.branch.outputs.VERSION_NAME }}
38+
destination_dir: ${{ steps.version.outputs.VERSION_NAME }}
3939
- name: Upload zip
4040
uses: actions/upload-artifact@v2
4141
with:

0 commit comments

Comments
 (0)