Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-02-16 17:31:06 +0300
committerDillon <dillonzq@outlook.com>2020-02-16 17:31:06 +0300
commitca1643957efcf003e511b89a9ef4c3f29d45880b (patch)
tree0fa35a11342cb61bb01209a99604e3d4d9d94515 /.circleci
parent6be6295031010b3bf25a597a8092987a313985ac (diff)
fix(ci): fix circleci config version bug
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index cb1eab3..14b80c1 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -1,4 +1,4 @@
-version: 2
+version: 2.1
jobs:
build-check:
parameters:
@@ -21,7 +21,6 @@ jobs:
name: "Test Website"
command: htmlproofer public --allow-hash-href --empty-alt-ignore --disable-external
workflows:
- version: 2
build-check-exampleSite:
jobs:
- build-check: