Skip to content

Commit dd522be

Browse files
author
Daniel Oom
committed
Add note about keeping old documentation directories
1 parent 51f58dc commit dd522be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ python -m build
6464
make -C docs html
6565
6666
# 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.
6768
cp -r docs/_build/html/* ../qualisys_python_sdk_gh_pages
6869
git -C ../qualisys_python_sdk_gh_pages commit -m "Update documentation to version x.y.z"
6970
git push origin gh-pages

0 commit comments

Comments
 (0)