mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:05:06 +03:00
i should use the correct glob to prevent deleting the whitepapers
This commit is contained in:
parent
4a3505a818
commit
ea755363d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
||||||
--cache-control max-age=600 \
|
--cache-control max-age=600 \
|
||||||
--exclude '.git/*' --exclude '.github/*' \
|
--exclude '.git/*' --exclude '.github/*' \
|
||||||
--exclude 'pour.sh' \
|
--exclude 'pour.sh' \
|
||||||
--exclude 'tea.white-paper.pdf*' \
|
--exclude 'tea.white-paper*.pdf' \
|
||||||
--exclude '*.md' \
|
--exclude '*.md' \
|
||||||
--delete
|
--delete
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue