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