We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1158bd5 commit 9e7d262Copy full SHA for 9e7d262
1 file changed
.github/workflows/jekyll-gh-pages.yml
@@ -29,16 +29,12 @@ jobs:
29
uses: ruby/setup-ruby@v1
30
with:
31
ruby-version: '3.3'
32
- bundler-cache: false
+ bundler-cache: true
33
working-directory: www
34
35
- name: Build with Jekyll
36
run: |
37
cd www
38
- gem update --system
39
- gem install bundler
40
- bundle update --bundler
41
- bundle install
42
# Build Jekyll site with baseurl set to empty string
43
JEKYLL_ENV=production bundle exec jekyll build --baseurl=""
44
env:
0 commit comments