Skip to content

Commit 2ea65ee

Browse files
authored
Merge pull request #201 from marcoieni/fix-book-job
fix book ci job
2 parents 406ee4c + d0b2333 commit 2ea65ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: mdbook build ./book/
4444

4545
- name: Upload book
46-
uses: upload-pages-artifact@v3
46+
uses: actions/upload-pages-artifact@v3
4747
with:
4848
path: book/book
4949
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository_owner == 'rust-lang'

0 commit comments

Comments
 (0)