We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a14da1 commit 01feffdCopy full SHA for 01feffd
.circleci/config.yml
@@ -39,6 +39,11 @@ workflows:
39
branches:
40
only:
41
- master
42
+ - gh-pages-dummy:
43
+ filters:
44
+ branches:
45
+ only:
46
+ - gh-pages
47
48
jobs:
49
compute-version:
@@ -144,3 +149,10 @@ jobs:
144
149
git add .
145
150
git commit -m "Automatically update docs"
146
151
git push origin gh-pages
152
+ gh-pages-dummy:
153
+ docker:
154
+ - image: clojure:lein-2.9.1
155
+ steps:
156
+ - run:
157
+ name: This is a dummy job so that we have something for gh-pages
158
+ command: echo "Nothing to do"
0 commit comments