Skip to content

Commit 21a1e2c

Browse files
authored
Merge pull request thunderbird#9733 from wmontwe/fix-deploy-docs-workflow
fix: deploy docs failed on non existing file
2 parents c50b302 + 077733d commit 21a1e2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
- name: Clean docs
4949
run: |
5050
rm -rf book/docs/latest/assets/draw.io
51-
rm book/docs/latest/.gitignore
52-
rm book/docs/latest/install.sh
51+
rm -f book/docs/latest/.gitignore
52+
rm -f book/docs/latest/install.sh
5353
5454
# Restore mermaid.min.js, it has already been copied over to book/docs/latest
5555
git restore .

0 commit comments

Comments
 (0)