Skip to content

Commit e6770af

Browse files
bhushan23quic-bhushans
authored andcommitted
read docs repo env correctly (#4796)
Signed-off-by: Bhushan Sonawane <quic_bhushans@quicinc.com> Co-authored-by: Bhushan Sonawane <quic_bhushans@quicinc.com>
1 parent 15a04a9 commit e6770af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
if: ${{ inputs.push_docs }} == true
130130
with:
131131
ref: master
132-
path: ${{ DOCS_REPO_DIR }}
132+
path: ${{ env.DOCS_REPO_DIR }}
133133
repository: ${{ env.DOCS_REPO }}
134134
github-server-url: https://github.com
135135
token: ${{ secrets.AIMET_CI }}
@@ -141,11 +141,11 @@ jobs:
141141
tag: ${{ inputs.version }}
142142
run: |
143143
# Copy Docs to aimet-pages
144-
mkdir -p ${{ DOCS_REPO_DIR }}/releases/${tag}
145-
cp -r artifacts-downloaded/Docs/. ${{ DOCS_REPO_DIR }}/releases/${tag}
144+
mkdir -p ${{ env.DOCS_REPO_DIR }}/releases/${tag}
145+
cp -r artifacts-downloaded/Docs/. ${{ env.DOCS_REPO_DIR }}/releases/${tag}
146146
147147
# Create PR on aimet-pages
148-
cd ${{ DOCS_REPO_DIR }}
148+
cd ${{ env.DOCS_REPO_DIR }}
149149
git checkout -b ${{ github.ref_name }}
150150
151151
# Update latest symlink

0 commit comments

Comments
 (0)