Skip to content

Commit 2977cc9

Browse files
committed
snopt docs
1 parent 7d1e11f commit 2977cc9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/build_docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
DOCS_LOCATION: ${{ inputs.SECRET_docs_location }}
8888
shell: bash -l {0}
8989
run: |
90-
if [[ "${#DOCS_LOCATION}" ]]; then
90+
if [[ "${DOCS_LOCATION}" ]]; then
9191
echo "============================================================="
9292
echo "Create env with openssl compatible with hosting service"
9393
echo "============================================================="

.github/workflows/openmdao_docs_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
uses: ./.github/actions/build_docs
145145
with:
146146
matrix_name: ${{ matrix.NAME }}
147-
use_snopt: ${{ format('{0}', matrix.SNOPT_LOCATION_72 != '' || matrix.SNOPT_LOCATION_77 != '') }}
147+
use_snopt: true
148148
SECRET_docs_location: ${{ secrets.DOCS_LOCATION }}
149149
SECRET_slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
150150
publish: ${{ matrix.PUBLISH }}

0 commit comments

Comments
 (0)