Skip to content

Commit

Permalink
Merge pull request #580 from SasView/ci_doc_build
Browse files Browse the repository at this point in the history
Sasmodels doc build artifact
  • Loading branch information
Wojciech Potrzebowski authored Sep 20, 2023
2 parents 2643975 + dbfb021 commit 59f5bae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
make -j 4 -C doc SPHINXOPTS="-W --keep-going -n" html
- name: Publish samodels docs
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'}}
uses: actions/upload-artifact@v3
with:
name: sasmodels-docs-${{ matrix.os }}-${{ matrix.python-version }}
path: |
doc/_build/html
if-no-files-found: error

0 comments on commit 59f5bae

Please sign in to comment.