mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46: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:
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue