Skip to content

Commit

Permalink
added deploy to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-w4tch3r committed Jun 24, 2024
1 parent 21baf96 commit d9e8fcf
Show file tree
Hide file tree
Showing 3 changed files with 332 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test

- name: Deploy with gh-pages
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npx gh-pages -d build -u "github-actions-bot <[email protected]>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit d9e8fcf

Please sign in to comment.