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: jobs:
build-check: build-check:
parameters: parameters:
@ -21,7 +21,6 @@ jobs:
name: "Test Website" name: "Test Website"
command: htmlproofer public --allow-hash-href --empty-alt-ignore --disable-external command: htmlproofer public --allow-hash-href --empty-alt-ignore --disable-external
workflows: workflows:
version: 2
build-check-exampleSite: build-check-exampleSite:
jobs: jobs:
- build-check: - build-check: