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:
Kazuhiro MUSASHI 2019-05-04 19:01:32 +08:00
parent 3273955767
commit a348722bea
1 changed files with 0 additions and 4 deletions

View File

@ -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