Skip to content

Commit

Permalink
fix run6
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-deployer committed Jul 5, 2024
1 parent d2619a8 commit b556790
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
git config --global user.email $MY_EMAIL
git config --global user.name $MY_NAME
git remote set-url origin https://lontivero:${{ secrets.DEPLOY_ACCESS_TOKEN }}@github.com/WalletWasabi/WasabiDoc.git
npm run deploy
git remote set-url origin https://${{ secrets.DEPLOY_ACCESS_TOKEN }}@github.com/WalletWasabi/WasabiDoc.git
npm run deploy -u "Lucas Ontivero <[email protected]>"

0 comments on commit b556790

Please sign in to comment.