File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 "============================================================="
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments