File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -33,20 +33,11 @@ jobs:
33
33
steps :
34
34
- name : Checkout
35
35
uses : actions/checkout@v4
36
- - name : Setup Ruby
37
- uses : ruby/setup-ruby@v1
38
- with :
39
- ruby-version : ' 3.3' # Not needed with a .ruby-version file
40
- bundler-cache : true # runs 'bundle install' and caches installed gems automatically
41
- cache-version : 0 # Increment this number if you need to re-download cached gems
42
36
- name : Setup Pages
43
37
id : pages
44
38
uses : actions/configure-pages@v5
45
39
- name : Build with Jekyll
46
- # Outputs to the './_site' directory by default
47
- run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
48
- env :
49
- JEKYLL_ENV : production
40
+ uses : actions/jekyll-build-pages@v1
50
41
- name : Upload artifact
51
42
# Automatically uploads an artifact from the './_site' directory by default
52
43
uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments