File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments