Skip to content

Commit

Permalink
ci: Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tngraf authored May 25, 2024
1 parent f081745 commit 2cfcc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
uses: actions/checkout@v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false

Expand All @@ -33,7 +33,7 @@ jobs:
sphinx-build -b html ./docs-source ./docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.3
uses: JamesIves/github-pages-deploy-action@v4
with:
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: ./docs # The folder the action should deploy.
Expand Down

0 comments on commit 2cfcc51

Please sign in to comment.