remove docs-build matrix build

This commit is contained in:
burnettk 2023-05-19 09:15:19 -04:00
parent 1e957f6c8a
commit 6852f5f84c
No known key found for this signature in database

View File

@ -75,7 +75,7 @@ jobs:
database: "sqlite", database: "sqlite",
} }
- { python: "3.11", os: "ubuntu-latest", session: "xdoctest" } - { python: "3.11", os: "ubuntu-latest", session: "xdoctest" }
- { python: "3.11", os: "ubuntu-latest", session: "docs-build" } # - { python: "3.11", os: "ubuntu-latest", session: "docs-build" }
env: env:
FLASK_SESSION_SECRET_KEY: super_secret_key FLASK_SESSION_SECRET_KEY: super_secret_key
@ -165,13 +165,13 @@ jobs:
name: coverage-data name: coverage-data
path: "spiffworkflow-backend/.coverage.*" path: "spiffworkflow-backend/.coverage.*"
- name: Upload documentation # - name: Upload documentation
if: matrix.session == 'docs-build' # if: matrix.session == 'docs-build'
uses: actions/upload-artifact@v3 # uses: actions/upload-artifact@v3
with: # with:
name: docs # name: docs
path: docs/_build # path: docs/_build
#
- name: Upload logs - name: Upload logs
if: failure() && matrix.session == 'tests' if: failure() && matrix.session == 'tests'
uses: "actions/upload-artifact@v3" uses: "actions/upload-artifact@v3"