From 7d09d4b69a83090f524f4fc361a2b5a60b2940d2 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Thu, 3 Sep 2026 13:02:52 +0000 Subject: [PATCH] Remove GitHub Pages setup --- .github/workflows/jekyll-publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/jekyll-publish.yml b/.github/workflows/jekyll-publish.yml index 52d36e0..f9b7220 100644 --- a/.github/workflows/jekyll-publish.yml +++ b/.github/workflows/jekyll-publish.yml @@ -36,9 +36,6 @@ jobs: bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems - - name: Setup Pages - id: pages - 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 }}"