From 7b895bddd8ea457a29c338d7ab4bdaeabceb3fef Mon Sep 17 00:00:00 2001 From: Alexander Stark Date: Fri, 27 Feb 2026 23:12:15 -0500 Subject: [PATCH] removed site testing from the github actions workflow --- .github/workflows/pages-deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index cc28f99..c545951 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -50,11 +50,11 @@ jobs: env: JEKYLL_ENV: "production" - - name: Test site - run: | - bundle exec htmlproofer _site \ - \-\-disable-external \ - \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" + # - name: Test site + #run: | + #bundle exec htmlproofer _site \ + #\-\-disable-external \ + #\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" - name: Upload site artifact uses: actions/upload-pages-artifact@v3