Skip to content

Commit 37e36fd

Browse files
committed
add no-op circleci
1 parent 5c16e03 commit 37e36fd

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
@@ -0,0 +1,12 @@
1+
version: 2.1
2+
3+
jobs:
4+
no_op:
5+
docker:
6+
- image: cimg/base:stable
7+
steps:
8+
- run: echo "no op as GH pages does not need a circle job to deploy. Disregard this job and related workflows..."
9+
workflows:
10+
main:
11+
jobs:
12+
- no_op

0 commit comments

Comments
 (0)