Skip to content

Commit

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

# This job installs dependencies, builds the book, and pushes it to `gh-pages`
Expand Down
3 changes: 1 addition & 2 deletions docs/intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Introduction

Welcome to the hands-on tutorial session of the [1{sup}`st` PtyPy workshop](https://www.diamond.ac.uk/Home/Events/2023/Ptychography--PtyPy--Software-Workshop-2023.html),
held on January 12th and 13th 2023 at the [Diamond Light Source](https://www.diamond.ac.uk). The purpose of these tutorials is to provide a comprehensive collection of examples targeting a wide range of scientists and engineers interested in ptychography, from experimental users to algorithm and code developers.
The purpose of these tutorials is to provide a comprehensive collection of examples targeting a wide range of scientists and engineers interested in ptychography, from experimental users to algorithm and code developers.

```{note}
Most of the content of this tutorial has been created in the form of Jupyter Notebooks and throughout this workshop, we are going to use JupyterLab to execute and interact with the content prepared for this workshop. The JupyterLab interface is very easy to use, but should you wish to learn more about the Jupyter project and the tools it provides, visit: [https://jupyter.org](https://jupyter.org).
Expand Down

0 comments on commit d7a3531

Please sign in to comment.