From 48c0585e92f595e7046b80462499a592aa94bb12 Mon Sep 17 00:00:00 2001 From: Jimmy Briggs Date: Fri, 5 Apr 2024 17:28:12 -0400 Subject: [PATCH] Update ghpages.yml --- .github/workflows/ghpages.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index afc5287..6324979 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -36,9 +36,15 @@ jobs: - name: Setup Pages id: pages uses: actions/configure-pages@v5 + # - name: Build with Jekyll + # run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" + # env: + # JEKYLL_ENV: production - name: Build with Jekyll - # Outputs to the './_site' directory by default - run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" + uses: actions/jekyll-build-pages@v1 + with: + source: ./ + destination: ./_site env: JEKYLL_ENV: production - name: Upload artifact