Skip to content

Commit

Permalink
Merge branch 'episode-1' of https://github.com/cybercongress/dot-cyber
Browse files Browse the repository at this point in the history
…into episode-1
  • Loading branch information
dimakorzhovnik committed Dec 20, 2019
2 parents 3c8f1a5 + 645f16b commit 6987339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ workflows:
- update_distribution_app:
filters:
branches:
only: distr
only: episode-1


jobs:
Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
git config user.name "Cyber Admin"
git add --all
git commit -m "Circle CI: Update Site [skip ci]"
git push -q -f https://${DOCS_GITHUB_TOKEN}@github.com/cybercongress/dot-cyber.git master:gh-pages
git push -q -f https://${DOCS_GITHUB_TOKEN}@github.com/cybercongress/dot-cyber.git master:gh-pages

0 comments on commit 6987339

Please sign in to comment.