Skip to content

Commit 67b4f10

Browse files
committed
Update CONTRIBUTING guide on docs deployment
1 parent e9ca472 commit 67b4f10

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ Make sure your code *roughly* follows [PEP-8](https://www.python.org/dev/peps/pe
3232

3333
We use google-style docstrings.
3434

35+
## Documentation
36+
37+
Every release the docs are re-built by github actions. To deploy manually:
38+
39+
```bash
40+
mkdocs gh-deploy
41+
```

0 commit comments

Comments
 (0)