From 7853b971d43f773002ea92ecc95af7becd9dac55 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Mon, 22 Apr 2019 22:42:46 -0400 Subject: Fix some html errors (refs #46 #51) - Fix duplicate main_navbar id on top page. - Fix missing ';' in nbsp entity in footer. - Fix nested tags in checkpoint/restore doc. - Fix nested

tags on top page feature blocks. - Add '--check-html' option to htmlproofer build step. --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudbuild.yaml') 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' -- cgit v1.2.3