Skip to content

Commit

Permalink
fixup! Add website deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaput committed Mar 8, 2023
1 parent 09f03ad commit 8e8f018
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run export
- name: Prepare Git config for deployment
run: |
git config user.name github-actions
git config user.email [email protected]
- run: npm run deploy
- name: Run npm run deploy
run: npm run deploy -- --no-push --user 'github-actions <[email protected]>'
- run: git push --force

0 comments on commit 8e8f018

Please sign in to comment.