Skip to content

Commit

Permalink
add docs publish script | generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfoga committed Oct 22, 2017
1 parent f4460e2 commit c69f71b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/make.sh → docs/make_publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ epydoc --config epydoc/Epydoc_html # make docs
mv ${OUTPUT_FOLDER}* ${BUILD_FOLDER} # move to build folder

git checkout gh-pages # change branch (to publish docs)
mv ${BUILD_FOLDER} ../ # publish docs at root folder
git checkout master ${BUILD_FOLDER} # publish docs at root folder
git add --all
git commit -m "${COMMIT_MSG} | generated docs"

0 comments on commit c69f71b

Please sign in to comment.