Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwuapps committed Dec 17, 2023
1 parent 9d18626 commit b74c569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Deploy to docs site
run: |
echo "Clone docs site repo"
git clone --branch=main https://${{ secrets.BOT_USERNAME }}:${{ secrets.BOT_PASS }}@github.com/getgoui/docsite.git docsite
git clone --branch=main https://${{ secrets.BOT_USERNAME }}:${{ secrets.BOT_TOKEN }}@github.com/getgoui/docsite.git docsite
cd docsite
echo "Add and commit changes"
Expand Down

0 comments on commit b74c569

Please sign in to comment.