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 4aaa115 commit b4642eeCopy full SHA for b4642ee
.github/workflows/release-tasks.yml
@@ -55,7 +55,7 @@ jobs:
55
mkdir -p ../www-releases/$RELEASE
56
mv ./docs-build/html-export/* ../www-releases/$RELEASE
57
cd ../www-releases
58
- llvm-project/llvm/utils/git/github-automation.py --token ${{ github.token }} setup-llvmbot-git
+ ../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