Skip to content

Commit f072205

Browse files
svekarspytorchbot
authored andcommitted
Export the ET_VERSION_DOCS variable in doc build (#3358)
Summary: Pull Request resolved: #3358 Reviewed By: dbort Differential Revision: D56584847 Pulled By: svekars fbshipit-source-id: 77c4105edf15503bf1b29c1f120111a73b973c4c (cherry picked from commit c32b0a2)
1 parent 835cdaa commit f072205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
GITHUB_REF=${{ github.ref }}
5151
echo "$GITHUB_REF"
52-
ET_VERSION_DOCS="${GITHUB_REF}"
52+
export ET_VERSION_DOCS="${GITHUB_REF}"
5353
echo "$ET_VERSION_DOCS"
5454
5555
set -eux

0 commit comments

Comments
 (0)