Remove GitHub Pages setup
All checks were successful
Deploy Jekyll site to Cloudflare Pages / build (push) Successful in 3m35s

This commit is contained in:
2026-09-03 13:02:52 +00:00
parent 4f6d9d8ab6
commit 7d09d4b69a

View File

@@ -36,9 +36,6 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically 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 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 - name: Build with Jekyll
# Outputs to the './_site' directory by default # Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"