Skip to content

Commit

Permalink
Deploy the site
Browse files Browse the repository at this point in the history
  • Loading branch information
noworneverev committed Aug 29, 2024
1 parent 5825654 commit 30cdafd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:

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

0 comments on commit 30cdafd

Please sign in to comment.