Commit c1b946d0 authored by Stefan Behnel's avatar Stefan Behnel

Keep docs around as archive in style checks job.

parent e83547f3
...@@ -148,7 +148,14 @@ jobs: ...@@ -148,7 +148,14 @@ jobs:
continue-on-error: ${{ matrix.allowed_failure || false }} continue-on-error: ${{ matrix.allowed_failure || false }}
env: ${{ matrix.env }} env: ${{ matrix.env }}
run: bash ./Tools/ci-run.sh run: bash ./Tools/ci-run.sh
- name: Upload HTML docs
uses: actions/upload-artifact@v2
with:
name: htmldocs
path: docs/build/html
if-no-files-found: ignore
pycoverage: pycoverage:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment