Skip to content

Commit

Permalink
Skip building gh-pages by adding [ci skip] to commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mikob committed Oct 27, 2018
1 parent 31c5057 commit 3f8aed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -34,5 +34,5 @@ jobs:
git config --global user.name "Circle CI"
git init
git add -A
git commit -m 'deploy'
git commit -m '[ci skip] deploy'
git push -f git@github.com:lipsurf/plugins.git master:gh-pages

0 comments on commit 3f8aed9

Please sign in to comment.