From 31f74a521f6cb5253b738b79e8ec58ac749f6c8c Mon Sep 17 00:00:00 2001 From: Tom van Woudenberg Date: Tue, 5 Nov 2024 09:32:00 +0100 Subject: [PATCH 1/2] Update call-deploy-book.yml --- .github/workflows/call-deploy-book.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/call-deploy-book.yml b/.github/workflows/call-deploy-book.yml index bec1772..2cdfefd 100644 --- a/.github/workflows/call-deploy-book.yml +++ b/.github/workflows/call-deploy-book.yml @@ -10,6 +10,7 @@ on: # paths: - book/** + - requirements.txt - .github/workflows/call-deploy-book.yml workflow_dispatch: From d71352737243d274f358bec665f197aaf103a27a Mon Sep 17 00:00:00 2001 From: Tom van Woudenberg Date: Wed, 6 Nov 2024 10:35:06 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 80f06ad..bf8ee69 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,6 @@ Set the repository website as your GitHub Pages website under - `Website` - `Use your GitHub Pages Website` ![github_pages_as_website](figures/use_github_pages_website.png) + +## Contribute +This tool's repository is stored on [GitHub](https://github.com/TeachBooks/template). The `README.md` of the branch `manual_description` is also part of the [TeachBooks manual](https://teachbooks.tudelft.nl/jupyter-book-manual/external/template/README.html) as a submodule. If you'd like to contribute, you can create a fork and open a pull request on the [GitHub repository](https://github.com/TeachBooks/template). To update the `README.md` shown in the TeachBooks manual, create a fork and open a merge request for the [GitLab repository of the manual](https://gitlab.tudelft.nl/interactivetextbooks-citg/jupyter-book-manual). If you intent to clone the manual including its submodules, clone using: `git clone --recurse-submodules git@gitlab.tudelft.nl:interactivetextbooks-citg/jupyter-book-manual.git`.