Skip to content

Commit 00135b8

Browse files
committed
ghvar
1 parent e8f359f commit 00135b8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/actions/build_docs/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ runs:
8383

8484
- name: Publish docs
8585
if: github.event_name != 'pull_request' && inputs.publish == 'true' && inputs.SECRET_docs_location != ''
86-
env:
87-
DOCS_LOCATION: ${{ inputs.SECRET_docs_location }}
8886
shell: bash -l {0}
8987
run: |
9088
if [[ "${#DOCS_LOCATION}" ]]; then
@@ -98,7 +96,7 @@ runs:
9896
echo "Publish docs"
9997
echo "============================================================="
10098
cd openmdao/docs
101-
python upload_doc_version.py openmdao_book/_build/html/ ${DOCS_LOCATION}
99+
python upload_doc_version.py openmdao_book/_build/html/ ${{ inputs.SECRET_docs_location }}
102100
else
103101
echo "Docs destination not available."
104102
fi

0 commit comments

Comments
 (0)