Skip to content

Commit

Permalink
Update to actions-gh-pages v4
Browse files Browse the repository at this point in the history
Fixes the outdated Node version warnings of the gh-pages action.
See peaceiris/actions-gh-pages#1070
  • Loading branch information
balazsdukai authored Apr 9, 2024
1 parent 6d55b7b commit 15ad84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: bash scripts/build.sh
- run: cp includes/CNAME generated
- run: cp includes/index.html generated
- uses: peaceiris/actions-gh-pages@v3
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./generated
Expand Down

0 comments on commit 15ad84b

Please sign in to comment.