From 9373420931dc9a3c8cb46f833090e2978ccf0f58 Mon Sep 17 00:00:00 2001 From: Christian Noss Date: Sun, 25 Aug 2024 22:01:12 +0200 Subject: [PATCH] Update jekyll-and-npm.yml (#61) --- .github/workflows/jekyll-and-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-and-npm.yml b/.github/workflows/jekyll-and-npm.yml index 68520b5..c8af37d 100644 --- a/.github/workflows/jekyll-and-npm.yml +++ b/.github/workflows/jekyll-and-npm.yml @@ -44,7 +44,7 @@ jobs: uses: actions/configure-pages@v5 - name: Build with Jekyll # Outputs to the './_site' directory by default - run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" + run: jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: production - name: Upload artifact