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 a1266ea commit 2b53f80Copy full SHA for 2b53f80
.github/workflows/document.yml
@@ -21,12 +21,14 @@ jobs:
21
- name: Generate documents (and remove markdown)
22
run: |
23
cd tools &&
24
- ./generate_document.py --tag ${{ steps.branch.outputs.VERSION_NAME }} &&
+ ./generate_document.py --tag $VERSION &&
25
./generate_zip.py &&
26
rm ../document_ja/*.md ../document_en/*.md &&
27
mkdir generated &&
28
mv ../document_ja generated/ &&
29
mv ../document_en generated/
30
+ env:
31
+ VERSION: ${{ steps.branch.outputs.VERSION_NAME }}
32
- name: Publish to github pages
33
if: ${{ github.repository == 'atcoder/ac-library' }}
34
uses: peaceiris/actions-gh-pages@v3
0 commit comments