From 20d86b72eacb91a638946db45787074bd3c9991f Mon Sep 17 00:00:00 2001 From: MEspositoE14s <133133846+MEspositoE14s@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:52:21 -0400 Subject: [PATCH 1/4] Tealium updates --- _includes/_head.html | 6 +++--- _layouts/default.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/_head.html b/_includes/_head.html index 27137547..1605bdb2 100644 --- a/_includes/_head.html +++ b/_includes/_head.html @@ -6,11 +6,11 @@ {% if jekyll.environment == 'prod' %} - + {% elsif jekyll.environment == 'stage' %} - + {% else %} - + {% endif %} {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} diff --git a/_layouts/default.html b/_layouts/default.html index 9728d0da..537202aa 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,11 +18,11 @@ (function(a,b,c,d){ var src_url = ''; {% if jekyll.environment == 'prod' %} - src_url = 'https://tags.tiqcdn.com/utag/cmsgov/cms-dpc/prod/utag.js'; + src_url = 'https://tealium-tags.cms.gov/cms-dpc/prod/utag.js'; {% elsif jekyll.environment == 'stage' %} - src_url = 'https://tags.tiqcdn.com/utag/cmsgov/cms-dpc/qa/utag.js'; + src_url = 'https://tealium-tags.cms.gov/cms-dpc/qa/utag.js'; {% else %} - src_url = 'https://tags.tiqcdn.com/utag/cmsgov/cms-dpc/dev/utag.js'; + src_url = 'https://tealium-tags.cms.gov/cms-dpc/dev/utag.js'; {% endif %} a=src_url;b=document;c='script';d=b.createElement(c); d.src=a;d.type='text/java'+c;d.async=true; From 027e87743f2eebd4ac8edb735b52bfda72640eaf Mon Sep 17 00:00:00 2001 From: MEspositoE14s <133133846+MEspositoE14s@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:28:14 -0400 Subject: [PATCH 2/4] Removed deprecated version from docker-compose.yml --- docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 496fb362..ca954468 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: static_site: build: From 005828e3d29057303212a14fa321a025e6a0d0f8 Mon Sep 17 00:00:00 2001 From: MEspositoE14s <133133846+MEspositoE14s@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:04:34 -0400 Subject: [PATCH 3/4] Removed 403s from broken link check --- .github/workflows/broken-link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-link-check.yml b/.github/workflows/broken-link-check.yml index 80a45664..3b0e219a 100644 --- a/.github/workflows/broken-link-check.yml +++ b/.github/workflows/broken-link-check.yml @@ -16,7 +16,7 @@ jobs: id: lychee with: jobSummary: true - args: --no-progress --accept '200..=299, 401, 405' . + args: --no-progress --accept '200..=299, 401, 403, 405' . - name: "Send Slack alert" if: env.lychee_exit_code != 0 uses: slackapi/slack-github-action@v1.26.0 From cf9bbfef4a962e789ebadbc85d3e64db87efc79f Mon Sep 17 00:00:00 2001 From: MEspositoE14s <133133846+MEspositoE14s@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:29:31 -0400 Subject: [PATCH 4/4] Removed 403s from broken link check in ci --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index dbd0ac4f..2e777eae 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -19,4 +19,4 @@ jobs: with: fail: true jobSummary: true - args: --no-progress --accept '200..=299, 401, 405' . + args: --no-progress --accept '200..=299, 401, 403, 405' .