Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bin/release.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh

# This script will build the documentation from the current "src" branch. "mkdocs" must be available, and
# you must be in a clean git environment ("git diff" should print nothing). The java-docs folder in the
# master branch will not be replaced with the corresponding folder build from the src branch, which is just
# 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.

git checkout src
git pull
Expand Down
Loading