Skip to content

Commit

Permalink
Merge pull request #9056 from kdaily/fix-gh-pages-upload-pages-artifact
Browse files Browse the repository at this point in the history
fix typo in uses for actions/upload-pages-artifact
  • Loading branch information
kdaily authored Nov 5, 2024
2 parents 0519f2c + cd35257 commit fcb94ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build docs
run: make html
- name: Upload artifact
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa $ version 3.0.1
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # version 3.0.1
with:
path: _build/html
deploy:
Expand Down

0 comments on commit fcb94ef

Please sign in to comment.