Skip to content

Commit

Permalink
Update documentation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-renzini authored May 23, 2023
1 parent 9ab4799 commit 5b07cfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
- name: Setup tutorials
run: |
ls
cp tutorials/make_notchlist.ipynb ./docs
cp tutorials/*.ipynb ./docs
cp tutorials/*.dat ./docs
cp -r tutorials/input ./docs
rm docs/integrationTest*.ipynb
ls docs
- name: Sphinx build
run: |
Expand Down

0 comments on commit 5b07cfa

Please sign in to comment.