Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCaso committed Jul 31, 2023
1 parent 98ae9a2 commit 92052ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
git submodule update --remote
- name: Build PDF
run: |
cd website && npm i && npm run build_pdf
cd website && npm i && npm run build_pdf && cd ..
- name: Publish
run: |
git config --global user.email "[email protected]"
git config --global user.name "grants-deployer"
echo "machine github.com login grants-deployer password ${{ secrets.ACCESS_KEY }}" > ~/.netrc
npm run build && GIT_USER=grants-deployer PUBLISHING=true npm run deploy
cd website && npm run build && GIT_USER=grants-deployer PUBLISHING=true npm run deploy

0 comments on commit 92052ab

Please sign in to comment.