Skip to content

Commit

Permalink
fix(actions): Fix github actions error (see jeffreytse/jekyll-deploy-…
Browse files Browse the repository at this point in the history
  • Loading branch information
scalastic committed Dec 25, 2023
1 parent 4848d25 commit 1fa24e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
${{ runner.os }}-gems-
# Use GitHub Deploy Action to build and deploy to GitHub
- uses: jeffreytse/jekyll-deploy-action@v0.5.0
- uses: jeffreytse/jekyll-deploy-action@v0.5.1
with:
provider: 'github'
token: ${{ secrets.GITHUB_TOKEN }} # It's your Personal Access Token(PAT)
Expand Down

0 comments on commit 1fa24e5

Please sign in to comment.