fix notebook action

This commit is contained in:
carlocagnetta 2023-11-02 16:51:47 +01:00 committed by Michael Panchenko
parent 30fc884078
commit 624998d2eb

View File

@ -34,7 +34,7 @@ jobs:
run: poetry run jupyter-book build notebooks
deploy:
runs-on: ubuntu-latest
needs: test
needs: check
if: github.ref == 'refs/heads/master'
steps:
- name: Github Pages action