Skip to content

Commit

Permalink
Switch to v3 and github token
Browse files Browse the repository at this point in the history
  • Loading branch information
keckelt committed Jul 11, 2022
1 parent 5f6158e commit ed4669d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

-
name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v1
uses: crazy-max/ghaction-github-pages@v3
with:
build_dir: build
env:
GITHUB_PAT: ${{ secrets.KLAUS_GITHUB_DEPLOY_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ed4669d

Please sign in to comment.