Skip to content

Commit 51ea850

Browse files
committed
add explanatory comments
- fixes #61 (comment) - fixes #61 (review)
1 parent febd787 commit 51ea850

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: .circleci/config.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
- install
3333
- run: mkdocs build
3434
- add_ssh_keys:
35+
# tell CI to use openworm-bot@github's ssh key (for deploy permissions)
36+
# https://circleci.com/docs/2.0/add-ssh-key/
3537
fingerprints:
3638
- "ad:f1:51:b7:68:cb:19:08:b2:7d:63:e3:eb:79:1a:63"
3739
- deploy:
@@ -49,12 +51,11 @@ workflows:
4951
- mkdocs:
5052
filters:
5153
branches:
52-
ignore: /^gh-pages/
54+
ignore: /^gh-pages/ # no tests exist on deployed pages branch
5355
poll:
5456
triggers:
5557
- schedule:
56-
# every hour
57-
cron: "0 * * * *"
58+
cron: "0 * * * *" # every hour
5859
filters:
5960
branches:
6061
only:

0 commit comments

Comments
 (0)