@@ -113,10 +113,12 @@ an action that does the following things:
...
@@ -113,10 +113,12 @@ an action that does the following things:
For reference, [here is a sample repository](https://github.com/executablebooks/github-action-demo)
For reference, [here is a sample repository](https://github.com/executablebooks/github-action-demo)
that builds a book with GitHub Actions.
that builds a book with GitHub Actions.
````{margin}
```{note}
```{note}
Ensure that Jupyter Book's version in your `requirements.txt` file is at least
Make sure you use Jupyter Book >= `0.7.0`.
`0.7.0`.
To use the latest version, run `pip install -U jupyter-book`.
```
```
````
:::{tip}
:::{tip}
You can use the [Jupyter Book cookiecutter](https://github.com/executablebooks/cookiecutter-jupyter-book) to quickly create a book template that already includes the GitHub Actions workflow file needed to automatically deploy your book to GitHub Pages:
You can use the [Jupyter Book cookiecutter](https://github.com/executablebooks/cookiecutter-jupyter-book) to quickly create a book template that already includes the GitHub Actions workflow file needed to automatically deploy your book to GitHub Pages: