Skip to content

Commit

Permalink
try another way
Browse files Browse the repository at this point in the history
  • Loading branch information
dgershman committed Jan 5, 2024
1 parent da2bd5b commit b7cce65
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Install and Build 🔧
run: |
npm install
git config --global user.email "[email protected]"
git config --global user.name "fortysevenbot"
npm run deploy
npm run build
- name: Deploy to GH Pages 🚀
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: public

0 comments on commit b7cce65

Please sign in to comment.