Skip to content

Commit

Permalink
Merge pull request #66 from pschmitt/hacking-md
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed Nov 17, 2021
2 parents 9206ad4 + 2d2adaf commit 168b28a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/HACKING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Updating the gh-pages (zdharma-continuum.github.io)

1. Check out the [documentation branch](https://github.com/zdharma-continuum/zinit/tree/documentation)
```shell
git fetch origin documentation
git checkout documentation
```
2. Do your modifications and push your changes
3. Keep an eye on [the CI logs](https://github.com/zdharma-continuum/zinit/actions/workflows/gh-pages.yaml)
4. If all went well you can head to https://zdharma-continuum.github.io/ to see your changes live.

**NOTE:** If you really **need** to push directly, without CI please refer to
[the README in the documentation]https://github.com/zdharma-continuum/zinit/blob/documentation/README.md

0 comments on commit 168b28a

Please sign in to comment.