Skip to content

Commit 0e5f3c1

Browse files
committed
Merge branch 'main' of github.com:NCAS-CMS/cf-python
2 parents 64529bd + 3c32cbc commit 0e5f3c1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,12 @@
166166
* Upload the new release to Zenodo: https://zenodo.org/record/3961353
167167

168168
* Copy the archive docs to https://github.com/NCAS-CMS/cf-python-docs
169+
170+
* Move and commit the previously-generated archived copy of the documentation to https://github.com/NCAS-CMS/cf-python-docs (fork or clone that repo first):
171+
172+
```bash
173+
mv docs/<vn>/ ~/cf-python-docs/
174+
cd ~/cf-python-docs/
175+
git add <vn>/
176+
# Then commit and push to the NCAS-CMS repo (named origin or upstream as appropriate)
177+
```

0 commit comments

Comments
 (0)