Skip to content

Commit

Permalink
Docs: Force removal of non-commited files
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lange committed Jun 7, 2017
1 parent 6e0e21e commit dc75e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ git config user.email "$COMMIT_AUTHOR_EMAIL"

# Commit the "changes", i.e. the new version.
# The delta will show diffs between new and old versions.
git add --ignore-removal .
git add --no-ignore-removal .
git commit -m "Deploy to GitHub Pages: ${SHA}"

# Get the deploy key by using Travis's stored variables to decrypt deploy_key.enc
Expand Down

0 comments on commit dc75e38

Please sign in to comment.