Skip to content

Commit

Permalink
XXX: Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Mar 12, 2022
1 parent 4232535 commit 4aaa115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
RELEASE: "${{ steps.release.outputs.name }}"
run: |
pip3 install -r ./llvm/utils/git/requirements.txt
llvm/utils/git/github-automation.py --token ${{ github.token }} setup-llvmbot-git
mkdir -p ../www-releases/$RELEASE
mv ./docs-build/html-export/* ../www-releases/$RELEASE
cd ../www-releases
llvm-project/llvm/utils/git/github-automation.py --token ${{ github.token }} setup-llvmbot-git
git add $RELEASE
git commit -a -m "Add $RELEASE documentation"
git push https://${{ secrets.WWW_RELEASES_TOKEN }}@github.com/${{ github.repository_owner }}/www-releases main:main

0 comments on commit 4aaa115

Please sign in to comment.