Skip to content
Snippets Groups Projects
Unverified Commit 47f5475c authored by mmcky's avatar mmcky Committed by GitHub
Browse files

:books: DOCS: Clarify Version Note for Github Actions DOCS (#1420)

parent 0bdfa2fe
No related branches found
No related tags found
No related merge requests found
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment