From 07404089a2cf01434d02cc258d206ea5ba0072a9 Mon Sep 17 00:00:00 2001 From: KW Kwan Date: Wed, 23 Aug 2023 08:56:18 +0800 Subject: [PATCH] Fix build action --- .github/workflows/build_deploy.yml | 2 +- .github/workflows/links.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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