Skip to content

Commit

Permalink
Merge pull request #75 from HenriquesLab/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-pages-artifact-2

Bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
brunomsaraiva authored Sep 14, 2023
2 parents 07aabe1 + f2bbd0c commit 0e04ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run Nox - generate_docs
run: |
pipx run nox --sessions generate_docs
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v2
with:
path: docs/

Expand Down

0 comments on commit 0e04ce3

Please sign in to comment.