Skip to content

Commit

Permalink
Fixing pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Jan 11, 2024
1 parent c1e9617 commit 1ca992e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
steps:
- name: Set to docs directory
run: cd ./docs
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
uses: ruby/setup-ruby@latest
with:
# ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down

0 comments on commit 1ca992e

Please sign in to comment.