Skip to content

Commit 5cd5dc1

Browse files
committed
Add .nojekyll and .circleci config to skip CI
1 parent b1d0d53 commit 5cd5dc1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
jobs:
4+
skip:
5+
docker:
6+
- image: cimg/base:stable
7+
steps:
8+
- run: echo "Skipping CI on gh-pages branch"
9+
10+
workflows:
11+
version: 2
12+
build:
13+
jobs:
14+
- skip:
15+
filters:
16+
branches:
17+
only: gh-pages

0 commit comments

Comments
 (0)