Skip to content

Commit cd80df6

Browse files
silvanocerzaper1234
andcommitted
[skip changelog] Update Taskfile.yml
Co-authored-by: per1234 <accounts@perglass.com>
1 parent 20b2c07 commit cd80df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tasks:
3434
- |
3535
[[ -d mkdocs-material ]] && git clone https://github.com/squidfunk/mkdocs-material.git -b 5.5.14 --depth 1
3636
# Ugly hack so that this doesn't fail if patch is already applied
37-
git apply --check mkdocs-material-patches/*.patch && git apply mkdocs-material-patches/*.patch; echo
37+
git apply --check mkdocs-material-patches/*.patch && git apply mkdocs-material-patches/*.patch; true
3838
3939
docs:build-theme:
4040
decs: Builds documentation theme

0 commit comments

Comments
 (0)