Skip to content

Commit

Permalink
Archive documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell authored Dec 6, 2023
1 parent f6406ee commit 3c32cbc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,12 @@
* Upload the new release to Zenodo: https://zenodo.org/record/3961353

* Copy the archive docs to https://github.com/NCAS-CMS/cf-python-docs

* 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):

```bash
mv docs/<vn>/ ~/cf-python-docs/
cd ~/cf-python-docs/
git add <vn>/
# Then commit and push to the NCAS-CMS repo (named origin or upstream as appropriate)
```

0 comments on commit 3c32cbc

Please sign in to comment.