fix(ci): fix circleci config version bug

This commit is contained in:
Dillon 2020-02-16 22:31:06 +08:00
parent 6be6295031
commit ca1643957e

View file

@ -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: