Skip to content

Commit

Permalink
Merge pull request #31 from TeachBooks/main
Browse files Browse the repository at this point in the history
Updated readme
Tom-van-Woudenberg authored Nov 6, 2024
2 parents 4060a0e + 5b5d213 commit 93d691d
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/call-deploy-book.yml
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ on:
#
paths:
- book/**
- requirements.txt
- .github/workflows/call-deploy-book.yml
workflow_dispatch:

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -70,3 +70,6 @@ Set the repository website as your GitHub Pages website under <svg aria-hidden="
```{figure} figures/use_github_pages_website.png
:name: github_pages_as_website
```

## 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`.

0 comments on commit 93d691d

Please sign in to comment.