mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
fix(ci): fix circleci config version bug
This commit is contained in:
parent
6be6295031
commit
ca1643957e
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue