From 890b5022aab335dcdee0339c962917383d59c585 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 9 Nov 2023 17:25:36 +0000 Subject: [PATCH] readd setup pages --- .github/workflows/jekyll.yml | 6 +++--- Gemfile | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index cece831..62a78ab 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -39,9 +39,9 @@ jobs: ruby-version: '3.1' # Not needed with a .ruby-version file 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@v3 + - name: Setup Pages + id: pages + uses: actions/configure-pages@v3 - name: Build with Jekyll # Outputs to the './_site' directory by default run: bundle exec jekyll build --trace --baseurl "${{ steps.pages.outputs.base_path }}" diff --git a/Gemfile b/Gemfile index e08b833..1bb11a7 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,6 @@ source "https://rubygems.org" gem 'jekyll', '~> 4.2' -# gem "webrick", "~> 1.7" group :jekyll_plugins do gem 'jekyll-feed'