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 f50c82c commit a76a9cbCopy full SHA for a76a9cb
docs/docker-compose.yaml
@@ -25,7 +25,7 @@ services:
25
elif echo "$${MODE}" | grep -iE "qa|build" &>/dev/null; then
26
git branch -D gh-pages || true
27
git fetch $${UPSTREAM_REPO} gh-pages:gh-pages || true
28
- mike deploy --ignore-remote-status --config-file /main/docs/mkdocs.yaml -u $$(grep -oE '\d+\.\d+' /main/$${PACKAGE}/version.py) latest
+ mike deploy --ignore-remote-status --config-file /main/docs/mkdocs.yaml -u $$(grep -oP '\d+\.\d+' /main/$${PACKAGE}/version.py) latest
29
# mike set-default --config-file /main/docs/mkdocs.yaml latest
30
if echo "$${MODE}" | grep -i qa &>/dev/null; then
31
mike serve --config-file /main/docs/mkdocs.yaml -a 0.0.0.0:8000
0 commit comments