Skip to content

Commit

Permalink
Fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Potrzebowski committed Sep 16, 2023
1 parent bb5c833 commit 39ac6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
make -j 4 -C doc SPHINXOPTS="-W --keep-going -n" html
tar zcf sasmodels-docs.tar.gz html
tar zcf sasmodels-docs.tar.gz _build/html
- name: Publish samodels docs
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 39ac6f2

Please sign in to comment.