We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af8e92 commit e6dbcbdCopy full SHA for e6dbcbd
.github/workflows/pages.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
- name: Run unit tests
22
run: |
23
- cargo docs --no-deps
+ cargo doc --no-deps
24
- name: Deploy to github pages
25
uses: peaceiris/actions-gh-pages@v3
26
with:
0 commit comments