Skip to content

Commit e6dbcbd

Browse files
committed
fix pages workflow
1 parent 8af8e92 commit e6dbcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121
- name: Run unit tests
2222
run: |
23-
cargo docs --no-deps
23+
cargo doc --no-deps
2424
- name: Deploy to github pages
2525
uses: peaceiris/actions-gh-pages@v3
2626
with:

0 commit comments

Comments
 (0)