Skip to content

Commit

Permalink
Fix update-javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
basedrhys committed Jun 21, 2020
1 parent d5a06b1 commit 705c985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-javadocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cp -r build/docs/javadoc/* $TMP_FOLDER
git checkout gh-pages
# Replace old docs with newly built ones
rm -rf *
cp -r TMP_FOLDER .
cp -r $TMP_FOLDER/* .
# Commit to the gh-pages branch
git add .
git commit -m 'Update javadoc'
Expand Down

0 comments on commit 705c985

Please sign in to comment.