Skip to content

Commit

Permalink
Merge pull request #8 from gdsfactory/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-pages-artifact-2

Bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
joamatab authored Aug 6, 2023
2 parents 122e727 + 9e76531 commit a2e66c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
make docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: "./docs/_build/html/"
deploy-docs:
Expand Down

0 comments on commit a2e66c1

Please sign in to comment.