summaryrefslogtreecommitdiffhomepage
path: root/cloudbuild.yaml
diff options
context:
space:
mode:
authorIan Lewis <ianmlewis@gmail.com>2019-04-22 22:42:46 -0400
committerIan Lewis <ianlewis@google.com>2019-04-23 11:59:09 +0900
commit7853b971d43f773002ea92ecc95af7becd9dac55 (patch)
treef9eaa0edae33d01b8187728a077aa6af1da64265 /cloudbuild.yaml
parentcbccf1bc4706da674bf71abc6b94e9829eebe19e (diff)
Fix some html errors (refs #46 #51)
- Fix duplicate main_navbar id on top page. - Fix missing ';' in nbsp entity in footer. - Fix nested <a> tags in checkpoint/restore doc. - Fix nested <p> tags on top page feature blocks. - Add '--check-html' option to htmlproofer build step.
Diffstat (limited to 'cloudbuild.yaml')
-rw-r--r--cloudbuild.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudbuild.yaml b/cloudbuild.yaml
index d53e52614..25944303a 100644
--- a/cloudbuild.yaml
+++ b/cloudbuild.yaml
@@ -18,7 +18,7 @@ steps:
args: ["make"]
# Test the HTML for issues.
- name: 'gcr.io/gvisor-website/html-proofer:3.10.2'
- args: ["htmlproofer", "--disable-external", "public/static"]
+ args: ["htmlproofer", "--disable-external", "--check-html", "public/static"]
# Deploy to App Engine only for master branch.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'