Remove GitHub Pages setup
All checks were successful
Deploy Jekyll site to Cloudflare Pages / build (push) Successful in 3m35s
All checks were successful
Deploy Jekyll site to Cloudflare Pages / build (push) Successful in 3m35s
This commit is contained in:
3
.github/workflows/jekyll-publish.yml
vendored
3
.github/workflows/jekyll-publish.yml
vendored
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user