From 39b3b8de0f5b3e3ed2d5f5ecf0caabdd0aa05ce1 Mon Sep 17 00:00:00 2001 From: Radkesvat <134321679+radkesvat@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:08:51 +0000 Subject: [PATCH] test --- .github/workflows/jekyll-gh-pages.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 3190f064..7003af85 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -37,11 +37,8 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 - name: Build with Jekyll - with: - source: ./docs/ - destination: ./_site # Outputs to the './_site' directory by default - run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" + run: bundle exec jekyll build --source ./docs/ --baseurl "${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: production