We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e52ff7 commit 73e6e7aCopy full SHA for 73e6e7a
bin/release.sh
@@ -1,9 +1,9 @@
1
#!/bin/sh
2
3
# This script will build the documentation from the current "src" branch. "mkdocs" must be available, and
4
-# you must be in a clean git environment ("git diff" should print nothing). The java-docs folder in the
5
-# master branch will not be replaced with the corresponding folder build from the src branch, which is just
6
-# a placeholder.
+# you must be in a clean git environment ("git diff" should print nothing). The java-docs folder currently
+# in the master branch will be saved in a tmp folder and then put back to replace the corresponding folder
+# built from the src branch, which is just a placeholder.
7
8
git checkout src
9
git pull
0 commit comments