Skip to content

Commit

Permalink
Update actions-gh-pages plugin version.
Browse files Browse the repository at this point in the history
Fixes warnings about deprecation of node12.
  • Loading branch information
rokups committed Oct 27, 2024
1 parent 09b79fe commit 29fac9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Deploy
if: github.repository == 'rbfx/rbfx-docs' && github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.RBFX_DOCS_DEPLOY_TOKEN }}
external_repository: rbfx/rbfx.github.io
Expand Down

0 comments on commit 29fac9c

Please sign in to comment.