Skip to content

Commit

Permalink
Merge pull request #1767 from lontivero/test1
Browse files Browse the repository at this point in the history
fix run
  • Loading branch information
lontivero authored Jul 5, 2024
2 parents a0eaa66 + cd68625 commit 7edd3b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Deploy to GitHub Pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
git config user.email "[email protected]"
git config user.name "ci-deployer"
run: |
git config user.email [email protected]
git config user.name ci-deployer
npm run deploy -r https://${{ secrets.GITHUB_TOKEN }}@github.com/WalletWasabi/WasabiDoc

0 comments on commit 7edd3b9

Please sign in to comment.