From 12d5204e1af9b370e46c5fb45aa211f36244237e Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Fri, 9 Feb 2024 14:58:18 +0000 Subject: [PATCH] Turning off validation for now --- .github/workflows/preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 79e41ad02..36d624717 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -70,8 +70,8 @@ jobs: python -m pip install --upgrade pip pip install -r scripts/requirements.txt - - name: validate - run: scripts/validate.sh +# - name: validate +# run: scripts/validate.sh - name: add URL to config run: .github/bin/addURL.sh