File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1818 ruby-version : ' 3.3' # Not needed with a .ruby-version file
1919 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
2020 cache-version : 0 # Increment this number if you need to re-download cached gems
21- working-directory : docs
2221 - name : Build with Jekyll
23- run : bundle exec jekyll build
22+ run : |
23+ bundle exec jekyll build
24+ working-directory : docs
Original file line number Diff line number Diff line change 4343 uses : actions/configure-pages@v5
4444 - name : Build with Jekyll
4545 # Outputs to the './_site' directory by default
46- run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
46+ run : |
47+ bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
48+ working-directory : docs
4749 env :
4850 JEKYLL_ENV : production
4951 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments