Skip to content

Commit f9230da

Browse files
Fix typo in github action
1 parent ec833c0 commit f9230da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
# Upload the book's HTML as an artifact
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v4
42+
uses: actions/upload-artifact@v4
4343
with:
4444
path: "_build/html"
4545

0 commit comments

Comments
 (0)