Skip to content

Commit

Permalink
Update Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-terrana authored Oct 18, 2023
1 parent d93ac56 commit 0af836f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ lint-markdown:
update-docs: buildDocsImage
#!/usr/bin/env bash
version=$(./gradlew -q printJTEVersion)
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
echo "INFO - Published version '$version' to GitHub Pages"
###################
Expand Down

0 comments on commit 0af836f

Please sign in to comment.