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 545708d commit 01d7399Copy full SHA for 01d7399
deploy.sh
@@ -9,8 +9,6 @@ if [ -z "${GITHUB_HEAD_REF+x}" ]; then
9
export GITHUB_HEAD_REF
10
fi
11
12
-lttle deploy --eval "" --debug-context
13
-
14
namespace="docs-"$(lttle deploy --eval "git.ref == 'main' ? 'main' : env.GITHUB_HEAD_REF.toSlug() + '-branch'");
15
tag=$(lttle deploy --eval "git.ref == 'main' ? 'latest' : env.GITHUB_HEAD_REF.toSlug() + '-branch'")
16
0 commit comments