Skip to content

Commit

Permalink
Update GH action dependencies in deploy-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Oct 2, 2024
1 parent c7404d7 commit 0e052c3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions:
contents: read
pages: write
id-token: write
actions: read

concurrency:
group: deploy-docs
Expand All @@ -17,7 +18,7 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# We need to fetch all tags to build versioned docs
fetch-depth: 0
Expand All @@ -32,7 +33,7 @@ jobs:
- name: Disable Jykell
run: touch docs/build/.nojekyll
- name: Upload built documentation as artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: docs/build/

Expand All @@ -45,4 +46,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 0e052c3

Please sign in to comment.