Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
daurer committed Jun 11, 2024
1 parent 65c1fc1 commit d3c30dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
paths:
- docs/intro.md
- docs/*.md
- notebooks/**

# This job installs dependencies, builds the book, and pushes it to `gh-pages`
Expand Down
2 changes: 1 addition & 1 deletion docs/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ and create a new branch for a new example that you would like to add to the tuto
If you need write access to push your branch to remote, please create an [issue](https://github.com/ptycho/tutorials/issues/new/choose).
```

To add a new user example, create a new Jupyter notebook inside ```notebooks/user_examples``` following this [template](notebooks/user_examples/template).
To add a new user example, create a Jupyter notebook inside ```notebooks/user_examples``` following this [template](notebooks/user_examples/template).
Once the notebook is ready for publication, open a [pull request](https://github.com/ptycho/tutorials/compare) with your new branch.

0 comments on commit d3c30dd

Please sign in to comment.