Skip to content

Commit

Permalink
doxygen debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Elder committed Apr 28, 2016
1 parent 48da871 commit 01ccc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish_doxygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ -d "${HTML_PATH}/html" ] && [ -f "${HTML_PATH}/html/index.html" ]; then
# Force push to the remote gh-pages branch.
# The ouput is redirected to /dev/null to hide any sensitive credential data
# that might otherwise be exposed.
git push --force https://andrew-elder:${GH_REPO_TOKEN}@github.com/audioscience/avdecc-lib.git-gh-pages gh-pages
git push --force https://andrew-elder:${GH_AVDECC_TOKEN}@github.com/audioscience/avdecc-lib.git
else
echo 'Warning: No documentation (html) files have been found!'
echo 'Warning: Not going to push the documentation to GitHub!'
Expand Down

0 comments on commit 01ccc0a

Please sign in to comment.