Skip to content

Commit

Permalink
don't execute notebook for now
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Feb 7, 2023
1 parent 06b8330 commit 65c825a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: quarto check jupyter

- name: Render Quarto Project
run: "quarto render docs --to html --execute"
run: "quarto render docs --to html" # TODO add --execute back

- name: Publish Quarto Project
if: github.event_name != 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ website:
left:
- equations.qmd
- modflow.qmd
# - demo.ipynb
- demo.ipynb
- coupling-demo.qmd
- developer.qmd

Expand Down

0 comments on commit 65c825a

Please sign in to comment.