Skip to content

Commit

Permalink
re-added actions-gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
akollegger committed Oct 1, 2024
1 parent 1b1c15a commit d4ba7a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ jobs:
- run: npm run build --if-present
- run: npm test
- run: npm run build:railroad

- name: deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d4ba7a6

Please sign in to comment.