Skip to content

Commit fcb94ef

Browse files
authored
Merge pull request #9056 from kdaily/fix-gh-pages-upload-pages-artifact
fix typo in uses for actions/upload-pages-artifact
2 parents 0519f2c + cd35257 commit fcb94ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build docs
2929
run: make html
3030
- name: Upload artifact
31-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa $ version 3.0.1
31+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # version 3.0.1
3232
with:
3333
path: _build/html
3434
deploy:

0 commit comments

Comments
 (0)