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 d93ac56 commit 0af836fCopy full SHA for 0af836f
Justfile
@@ -61,7 +61,7 @@ lint-markdown:
61
update-docs: buildDocsImage
62
#!/usr/bin/env bash
63
version=$(./gradlew -q printJTEVersion)
64
- docker run --rm -v ~/.git-credentials:/root/.git-credentials -v $(pwd):/app -w /app --entrypoint=mike jte-docs-builder deploy -f --push $version
+ docker run --rm -v ~/.git-credentials:/root/.git-credentials -v $(pwd):/app -w /app --entrypoint=mike jte-docs-builder deploy -f --ignore --push --update-aliases $version latest
65
echo "INFO - Published version '$version' to GitHub Pages"
66
67
###################
0 commit comments