File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Those files make up the content of the `gh-pages` branch.
2929I usually perform a second checkout of the _ gh-pages_ branch and copy the HTML files over, with:
3030
3131 doxygen docs/Doxyfile
32- rsync -a docs/html/ ../client-py-web/
32+ rsync -aC --delete docs/html/ ../client-py-web/
3333
3434### Release on GitHub
3535
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "SMART on FHIR Python Client"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 4.2.0
41+ PROJECT_NUMBER = 4.3.1
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
You can’t perform that action at this time.
0 commit comments