Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Nov 11, 2024
1 parent 8e918d2 commit 686afb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: Deploy with gh-pages
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/repairbench/repairbench.github.io.git
npm run deploy
env:
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}

0 comments on commit 686afb6

Please sign in to comment.