Skip to content

Commit b32ca86

Browse files
committed
Adds a description on how to deploy from local build
1 parent 767188f commit b32ca86

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ After this, you can build the documentation using
1919
```bash
2020
jupyter-book build --all docs/poli-docs
2121
```
22+
23+
## Deployment
24+
25+
Since we are relying on building the website locally (because of `foldx` dependencies), you will need to
26+
27+
1. `pip install ghp-import`
28+
2. run `ghp-import -n -p -f ./docs/poli-docs/_build/html`

0 commit comments

Comments
 (0)