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 80d72f2 commit 71ac828Copy full SHA for 71ac828
.github/workflows/doc-build.yml
@@ -49,7 +49,7 @@ jobs:
49
50
GITHUB_REF=${{ github.ref }}
51
echo "$GITHUB_REF"
52
- ET_VERSION_DOCS="${GITHUB_REF}"
+ export ET_VERSION_DOCS="${GITHUB_REF}"
53
echo "$ET_VERSION_DOCS"
54
55
set -eux
0 commit comments