Skip to content

Commit

Permalink
feat: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hellodigua committed Jul 21, 2024
1 parent 00652da commit 7aa2a47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
run: npm install && npm run build

- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: nicoinch/ghpages@v3.0.0-alpha-1
env:
BUILD_DIR: dist/
GH_PAT: ${{ secrets.ACCESS_TOKEN }}
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
REPOSITORY_NAME: hellodigua/code996
Expand Down

0 comments on commit 7aa2a47

Please sign in to comment.