Skip to content

Commit

Permalink
cd: add repo access (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 authored Jan 19, 2025
1 parent a8954b2 commit 833670c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ jobs:
run: npm install gh-pages

- name: Deploy to GitHub Pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run deploy
run: gh-pages -d dist --repo https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Fingertips18/fingertips18.github.io.git

0 comments on commit 833670c

Please sign in to comment.