Skip to content

Commit

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

- name: Deploy to GitHub Pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run deploy

0 comments on commit a8954b2

Please sign in to comment.