Skip to content

Commit

Permalink
fix run
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-deployer committed Jul 5, 2024
1 parent f7eef8e commit cd68625
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 cd68625

Please sign in to comment.