From af52c2fc62fe4d64a0bf9b30649b62aaef7fd4d1 Mon Sep 17 00:00:00 2001 From: badarsebard Date: Thu, 4 Jul 2024 16:53:06 -0400 Subject: [PATCH] update docs --- .github/workflows/jekyll.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 97a1bac..ffc68fa 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -44,9 +44,10 @@ jobs: uses: actions/configure-pages@v5 - name: Build with Jekyll # Outputs to the './_site' directory by default - run: bundle exec jekyll build -s docs/ --baseurl "${{ steps.pages.outputs.base_path }}" + run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: production + BUNDLE_GEMFILE: docs/Gemfile - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default uses: actions/upload-pages-artifact@v3