diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index af777c5..80292a8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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` diff --git a/docs/contribute.md b/docs/contribute.md index 792e81a..c25794e 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -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.