Skip to content

Commit 979211c

Browse files
committed
Update the-release-process.rst to use ./scripts/deploy.sh for www.opensimcreator.com
1 parent 3c54813 commit 979211c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/the-release-process.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Creator, it's usually copied into a GitHub issue:
6262
- [ ] Upload with (e.g.) `./scripts/deploy_docs.sh` (requires SSH credentials)
6363
- [ ] Update `www.opensimcreator.com` with a basic announcement news post
6464
- [ ] Edit https://github.com/ComputationalBiomechanicsLab/www.opensimcreator.com appropriately
65-
- [ ] Upload with (e.g.): `rsync -avz public/ www.opensimcreator.com:/var/www/opensimcreator.com/`
65+
- [ ] Build the docs yourself with `hugo`
66+
- [ ] Upload with: `./scripts/deploy.sh` (available in the site repo)
6667
- [ ] (optional) Update social media:
6768
- [ ] LinkedIn
6869
- [ ] Twitter

0 commit comments

Comments
 (0)