We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f58dc commit dd522beCopy full SHA for dd522be
1 file changed
README.md
@@ -64,6 +64,7 @@ python -m build
64
make -C docs html
65
66
# Copy build output to gh-pages branch (checkout in separate repository)
67
+# Make sure to keep v102/, v103/ and v212/ directories with the old documentation.
68
cp -r docs/_build/html/* ../qualisys_python_sdk_gh_pages
69
git -C ../qualisys_python_sdk_gh_pages commit -m "Update documentation to version x.y.z"
70
git push origin gh-pages
0 commit comments