Skip to content

Commit

Permalink
Update action versions based on examples (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangelajo authored Aug 7, 2024
1 parent e03689a commit 2d34996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5

- name: Install the project dependencies
run: poetry install --all-extras
Expand All @@ -60,7 +60,7 @@ jobs:
run: poetry run make docs

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/build/html

Expand Down

0 comments on commit 2d34996

Please sign in to comment.