Skip to content

Commit 69f1248

Browse files
Merge pull request #61 from TeachBooks/main
Updated readme
2 parents 449e458 + 394a85c commit 69f1248

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/call-deploy-book.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
#
1111
paths:
1212
- book/**
13+
- requirements.txt
1314
- .github/workflows/call-deploy-book.yml
1415
workflow_dispatch:
1516

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,6 @@ Here's an example for a summary for the template book:
118118
> BEHAVIOR_PRIMARY=redirect (default value used)
119119
> BRANCHES_ARCHIVED= (default value used)
120120
> ```
121+
122+
## Contribute
123+
This tool's repository is stored on [GitHub](https://github.com/TeachBooks/deploy-book-workflow). The `README.md` of the branch `manual_docs` is also part of the [TeachBooks manual](https://teachbooks.tudelft.nl/jupyter-book-manual/external/deploy-book-workflow/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/deploy-book-workflow). 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`.

0 commit comments

Comments
 (0)