We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5b3ce commit e8fd04eCopy full SHA for e8fd04e
1 file changed
README.md
@@ -6,9 +6,12 @@ The website is a static website generated using the following technologies
6
7
* All the content is based on Markdown files and Jupyter notebooks.
8
* The HTML is generated using [Jupyterbook](https://jupyterbook.org/en/stable/intro.html).
9
-* The webpages are hosted on [Github Pages](https://pages.github.com/).
+* The webpages are hosted on [Github Pages](https://pages.github.com/). A GitHub action builds and writes the output to the `gh-pages` branch.
10
* Comments are powered by [utterances](https://utteranc.es/).
11
12
+
13
+# Local Development
14
15
## Clone the Repository
16
17
```
0 commit comments