Skip to content

Commit f087cb9

Browse files
authored
Merge pull request #588 from stackhpc/rtd-remote-set-branches-fix
Escape wildcard character in custom build command
2 parents e65c593 + 2e2886f commit f087cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313
python: "3.7"
1414
jobs:
1515
post_checkout:
16-
- git remote set-branches origin '*' || true
16+
- git remote set-branches origin '\*' || true
1717
- git fetch --unshallow || true
1818

1919
# Build documentation in the doc/source/ directory with Sphinx

0 commit comments

Comments
 (0)