Skip to content

Commit

Permalink
Merge pull request #1766 from lontivero/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
lontivero authored Jul 5, 2024
2 parents cc96270 + f7eef8e commit a0eaa66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 33 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ jobs:
- name: Deploy to GitHub Pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run deploy -r https://${{ secrets.GITHUB_TOKEN }}@github.com/WalletWasabi/WasabiDoc -u "CI"
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
32 changes: 0 additions & 32 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit a0eaa66

Please sign in to comment.