Delete `Test Website`:
``` --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,3 @@ jobs: - run: name: "Run Hugo" command: HUGO_ENV=production hugo -v -s /root/project/ - - run: - name: "Test Website" - command: htmlproofer /root/project/public --allow-hash-href --check-html --empty-alt-ignore --disable-external - ```
This commit is contained in:
parent
3273955767
commit
a348722bea
|
@ -9,7 +9,3 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: "Run Hugo"
|
name: "Run Hugo"
|
||||||
command: HUGO_ENV=production hugo -v -s /root/project/
|
command: HUGO_ENV=production hugo -v -s /root/project/
|
||||||
- run:
|
|
||||||
name: "Test Website"
|
|
||||||
command: htmlproofer /root/project/public --allow-hash-href --check-html --empty-alt-ignore --disable-external
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue