Skip to content

Commit b4642ee

Browse files
committed
XXX: FIXES
1 parent 4aaa115 commit b4642ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
mkdir -p ../www-releases/$RELEASE
5656
mv ./docs-build/html-export/* ../www-releases/$RELEASE
5757
cd ../www-releases
58-
llvm-project/llvm/utils/git/github-automation.py --token ${{ github.token }} setup-llvmbot-git
58+
../llvm-project/llvm/utils/git/github-automation.py --token ${{ github.token }} setup-llvmbot-git
5959
git add $RELEASE
6060
git commit -a -m "Add $RELEASE documentation"
6161
git push https://${{ secrets.WWW_RELEASES_TOKEN }}@github.com/${{ github.repository_owner }}/www-releases main:main

0 commit comments

Comments
 (0)