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 4232535 commit 4aaa115Copy full SHA for 4aaa115
.github/workflows/release-tasks.yml
@@ -52,10 +52,10 @@ jobs:
52
RELEASE: "${{ steps.release.outputs.name }}"
53
run: |
54
pip3 install -r ./llvm/utils/git/requirements.txt
55
- llvm/utils/git/github-automation.py --token ${{ github.token }} setup-llvmbot-git
56
mkdir -p ../www-releases/$RELEASE
57
mv ./docs-build/html-export/* ../www-releases/$RELEASE
58
cd ../www-releases
+ llvm-project/llvm/utils/git/github-automation.py --token ${{ github.token }} setup-llvmbot-git
59
git add $RELEASE
60
git commit -a -m "Add $RELEASE documentation"
61
git push https://${{ secrets.WWW_RELEASES_TOKEN }}@github.com/${{ github.repository_owner }}/www-releases main:main
0 commit comments