From 9a430bb82e2e7100d038be61c4e4eaf653e6a449 Mon Sep 17 00:00:00 2001 From: "Rodriguez, Kelvin" Date: Thu, 19 Oct 2023 20:50:09 +0000 Subject: [PATCH] get tests passing --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ec038e..f08718f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ stages: before_script: - pip install linkchecker script: - - linkchecker site/index.html --ignore-url asc-public-docs/site/docs/software/ + - linkchecker site/index.html --ignore-url '(asc-public-docs/site/docs/software/|manuals/)' "Grammar Check Docs": @@ -66,4 +66,4 @@ stages: - aws s3 sync site/ s3://${S3_BUCKET_NAME}/${S3_BUCKET_SUBDIR} --delete environment: name: Site - url: http://${S3_BUCKET_NAME}.s3-website.${AWS_DEFAULT_REGION}.amazonaws.com/${S3_BUCKET_SUBDIR} \ No newline at end of file + url: http://${S3_BUCKET_NAME}.s3-website.${AWS_DEFAULT_REGION}.amazonaws.com/${S3_BUCKET_SUBDIR} -- GitLab