Skip to content

Commit

Permalink
change add command in build_and_deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Jul 25, 2019
1 parent e7e4975 commit bd15b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fi

# Commit the "changes", i.e. the new version.
# The delta will show diffs between new and old versions.
git add -r docs_html tutorials_html docs_xml
git add docs_html tutorials_html docs_xml
git commit -m "Deploy to GitHub Pages: ${SHA}" || true

git push $DOC_SSH_REPO || true
Expand Down

0 comments on commit bd15b5b

Please sign in to comment.