Skip to content

Commit

Permalink
Testing circleCI - take2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Henk Kodde committed Nov 20, 2019
1 parent 1f58fde commit 75a2389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -68,7 +68,7 @@ defaults_publish_to_gh_pages: &defaults_publish_to_gh_pages
git add .
echo "Staging generated UML & Images..."
# git add -f assets/images/*/*.*
git add -f assets/images/**.*
echo "Commiting changes..."
git commit -a -m "Updating release to $GITHUB_TAG"
Expand Down
2 changes: 1 addition & 1 deletion publish-gh-pages.sh
Expand Up @@ -30,7 +30,7 @@ echo "Staging general changes..."
git add .

echo "Staging generated UML & Images..."
#git add -f assets/images/*/*.*
git add -f assets/images/**.*

# commit
git commit -a -m "Update gh-pages on github..."
Expand Down

0 comments on commit 75a2389

Please sign in to comment.