File tree Expand file tree Collapse file tree 4 files changed +92
-252
lines changed Expand file tree Collapse file tree 4 files changed +92
-252
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,12 @@ jobs:
3333 with :
3434 ruby-version : ' 3.1'
3535 bundler-cache : true
36+ - name : Install dependencies
37+ run : bundle install
3638 - name : Setup Pages
3739 uses : actions/configure-pages@v4
3840 - name : Build with Jekyll
39- run : |
40- bundle exec jekyll build --baseurl "${{ steps.determine-url.outputs.base_url }}"
41+ run : bundle exec jekyll build
4142 env :
4243 JEKYLL_ENV : production
4344 - name : Upload artifact
Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
3- # GitHub Pages compatible Jekyll setup
4- gem "github-pages" , group : :jekyll_plugins
3+ # Jekyll setup for GitHub Actions
4+ gem "jekyll" , "~> 4.3.0"
5+ gem "jekyll-feed" , "~> 0.12"
6+ gem "jekyll-sitemap"
You can’t perform that action at this time.
0 commit comments