Skip to content

Commit

Permalink
Merge pull request #179 from mnlevy1981/update_deploy_CI
Browse files Browse the repository at this point in the history
Update to v3 of actions/upload-pages-artifact
  • Loading branch information
mnlevy1981 authored Jan 31, 2025
2 parents 7d87a00 + d7d6e9a commit 9d4e96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# Upload build directory for the deployment step
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: './docs/_build/html/'

Expand Down

0 comments on commit 9d4e96d

Please sign in to comment.