Skip to content

Commit

Permalink
Update GH Pages deployment actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
victorreijgwart committed Sep 17, 2024
1 parent 4338dc2 commit 815d7f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@ jobs:
.
- name: Upload tarball as GH Pages artifact
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4
with:
name: github-pages
path: ${{github.workspace}}/docs/artifact.tar
retention-days: 1
retention-days: 3

- name: Build documentation PDF
working-directory: ${{github.workspace}}/docs
shell: bash
run: sphinx-build -M latexpdf . _build/latex

- name: Upload PDF
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4
with:
name: documentation-pdf
path: ${{github.workspace}}/docs/_build/latex/latex/wavemap.pdf
Expand Down Expand Up @@ -110,8 +110,8 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5

- name: Deploy uploaded docs to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 815d7f6

Please sign in to comment.