Skip to content

Commit 0af836f

Browse files
Update Justfile
1 parent d93ac56 commit 0af836f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ lint-markdown:
6161
update-docs: buildDocsImage
6262
#!/usr/bin/env bash
6363
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
64+
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
6565
echo "INFO - Published version '$version' to GitHub Pages"
6666

6767
###################

0 commit comments

Comments
 (0)