Skip to content

Commit 73e6e7a

Browse files
Move docs (#26)
1 parent 3e52ff7 commit 73e6e7a

File tree

3 files changed

+71
-86
lines changed

3 files changed

+71
-86
lines changed

bin/release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/sh
22

33
# 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.
4+
# you must be in a clean git environment ("git diff" should print nothing). The java-docs folder currently
5+
# in the master branch will be saved in a tmp folder and then put back to replace the corresponding folder
6+
# built from the src branch, which is just a placeholder.
77

88
git checkout src
99
git pull

0 commit comments

Comments
 (0)