This renames the repository URL where documentation for releases is stored. It now lives at https://cvc5.github.io/docs/
eval $(ssh-agent -s)
ssh-add - <<< "${{ secrets.CVC5_DOCS_RELEASE_TOKEN }}"
- git clone git@github.com:cvc5/docs-releases.git target-releases/
+ git clone git@github.com:cvc5/docs.git target-releases/
cp -r docs-new target-releases/$NAME
cd target-releases/
- git add $NAME
+ python3 genversions.py
+ git add .
git commit -m "Update docs for $NAME"
git push