Skip to content

Commit

Permalink
Test yaml script
Browse files Browse the repository at this point in the history
  • Loading branch information
uigywnkiub committed Nov 29, 2023
1 parent 3c29767 commit 47932fc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

env:
NODE_VERSION: 18
TOKEN: ${{ secrets.KAS1QQQQ }}

jobs:
deploy:
Expand All @@ -27,5 +28,10 @@ jobs:
- name: Run Build
run: npm run build

- name: Run Deploy
run: npm run deploy
- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: build
env:
GITHUB_TOKEN: ${{ secrets.KAS1QQQQ }}

0 comments on commit 47932fc

Please sign in to comment.