Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
YouGuessedMyName committed Oct 12, 2024
1 parent f45bd76 commit 78ed16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
# Runs on pushes targeting the default branch
push:
branches: [main]
pull_request:
types: [opened, reopened]

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down Expand Up @@ -58,15 +60,9 @@ jobs:
files: |
docs/**/*.ipynb
<<<<<<< HEAD
- name: Run documentation notebooks
run: |
poetry run jupyter nbconvert --execute --ExecutePreprocessor.kernel_name=python3 --to notebook --inplace ${{ steps.glob.outputs.paths }}
=======
# - name: Run documentation notebooks
# run: |
# poetry run jupyter nbconvert --execute --to notebook --inplace ${{ steps.glob.outputs.paths }}
>>>>>>> main

- name: Generate docs
working-directory: docs/
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ jobs:
files: |
docs/**/*.ipynb
<<<<<<< HEAD
- name: Run documentation notebooks
run: |
poetry run jupyter nbconvert --execute --ExecutePreprocessor.kernel_name=python3 --to notebook --inplace ${{ steps.glob.outputs.paths }}
=======
# - name: Run documentation notebooks
# run: |
# poetry run jupyter nbconvert --execute --to notebook --inplace ${{ steps.glob.outputs.paths }}
>>>>>>> main

0 comments on commit 78ed16f

Please sign in to comment.