Skip to content

Commit df67223

Browse files
andymac4182sunshowers
authored andcommitted
fix: Add --no-clean to sscli due to mdBook leaving .html on the end of pages
1 parent cd9a89b commit df67223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Generate sitemap
2929
run: |
3030
cd book
31-
npx sscli --base https://rust-cli-recommendations.sunshowers.io
31+
npx sscli --no-clean --base https://rust-cli-recommendations.sunshowers.io
3232
- name: Deploy
3333
uses: JamesIves/github-pages-deploy-action@releases/v4
3434
with:

0 commit comments

Comments
 (0)