Skip to content

Commit

Permalink
pain of yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamtug committed Feb 20, 2024
1 parent 9d96864 commit 7fe8b7e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
with:
submodules: true
lfs: false
- name: Setup Ruby
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
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
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
- name: Build with Jekyll
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
Expand Down

0 comments on commit 7fe8b7e

Please sign in to comment.