Skip to content

Commit

Permalink
Merge pull request #24 from aceat64/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-pages-artifact-3

Bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
aceat64 committed Dec 20, 2023
2 parents 5f6c24c + 61061f2 commit d2dc440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: poetry run mkdocs build

# Upload the built site as an artifact, this will be used by the deploy job.
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: "site"

Expand Down

0 comments on commit d2dc440

Please sign in to comment.