We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b2c07 commit cd80df6Copy full SHA for cd80df6
Taskfile.yml
@@ -34,7 +34,7 @@ tasks:
34
- |
35
[[ -d mkdocs-material ]] && git clone https://github.com/squidfunk/mkdocs-material.git -b 5.5.14 --depth 1
36
# 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
+ git apply --check mkdocs-material-patches/*.patch && git apply mkdocs-material-patches/*.patch; true
38
39
docs:build-theme:
40
decs: Builds documentation theme
0 commit comments