From 76b049e4287f736bf78d49a00b4724ef7d7abe49 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 27 Dec 2023 19:07:31 -0500 Subject: [PATCH] Update pages-deploy.yml --- .github/workflows/pages-deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index f71640a..1fc6e2f 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -48,13 +48,13 @@ jobs: - name: Build site run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}" env: - JEKYLL_ENV: "test" + JEKYLL_ENV: "production" - - name: Test site - run: | - bundle exec htmlproofer _site \ - \-\-disable-external=true \ - \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" + #- name: Test site + # run: | + # bundle exec htmlproofer _site \ + # \-\-disable-external=true \ + # \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" - name: Upload site artifact uses: actions/upload-pages-artifact@v1