Skip to content

Commit 01feffd

Browse files
committed
Add gh-pages dummy job
1 parent 7a14da1 commit 01feffd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ workflows:
3939
branches:
4040
only:
4141
- master
42+
- gh-pages-dummy:
43+
filters:
44+
branches:
45+
only:
46+
- gh-pages
4247

4348
jobs:
4449
compute-version:
@@ -144,3 +149,10 @@ jobs:
144149
git add .
145150
git commit -m "Automatically update docs"
146151
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

Comments
 (0)