diff --git a/.github/workflows/build_deploy.yml b/.github/workflows/build_deploy.yml index 4a6bfd4..65aa5e0 100644 --- a/.github/workflows/build_deploy.yml +++ b/.github/workflows/build_deploy.yml @@ -59,7 +59,7 @@ jobs: - name: Build with Jekyll # Outputs to the './_site' directory by default - run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" + run: make _site env: JEKYLL_ENV: production diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 1ffe773..852fb6b 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -26,7 +26,7 @@ jobs: - name: Build with Jekyll # Outputs to the './_site' directory by default - run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" + run: make _site env: JEKYLL_ENV: production