diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 966ed0f9..32d4ed54 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -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: |