Skip to content

Commit

Permalink
Change env name yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
uigywnkiub committed Nov 29, 2023
1 parent 8f1b0ac commit c28d488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: npm run build

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

0 comments on commit c28d488

Please sign in to comment.