Skip to content

Commit

Permalink
ci: make sure that we have a clean state
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Apr 16, 2024
1 parent a65c517 commit a732dfa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
run: npm install

- name: Run Build Script
run: npm run start
run: npm run start -- -y

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./output # Adjust this to the directory where your output JSON file is saved
publish_dir: ./output
clean: true

0 comments on commit a732dfa

Please sign in to comment.