Skip to content

Commit

Permalink
Merge pull request #1770 from lontivero/test1
Browse files Browse the repository at this point in the history
fix run4
  • Loading branch information
lontivero authored Jul 5, 2024
2 parents 3f17203 + 88ee831 commit 0de4115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
run: |
git config --global user.email $MY_EMAIL
git config --global user.name $MY_NAME
git remote set-url origin https://$MY_NAME:${{ secrets.DEPLOY_ACCESS_TOKEN }}@github.com/WalletWasabi/WasabiDoc.git
git remote set-url origin https://${{ secrets.DEPLOY_ACCESS_TOKEN }}@github.com/WalletWasabi/WasabiDoc.git
npm run deploy

0 comments on commit 0de4115

Please sign in to comment.