Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
fix(ci): fix circleci config version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Feb 16, 2020
1 parent 6be6295 commit ca16439
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2
version: 2.1
jobs:
build-check:
parameters:
Expand All @@ -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:
Expand Down

0 comments on commit ca16439

Please sign in to comment.