Skip to content

Commit

Permalink
update deploy_jekyll.yml to fix error
Browse files Browse the repository at this point in the history
thanks @bedroesb
  • Loading branch information
supernord committed Dec 18, 2024
1 parent 544ee24 commit 68c0ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
defaults:
run:
working-directory: docs
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1.196.0
uses: ruby/setup-ruby@v1.204.0
with:
ruby-version: '3.3'
bundler-cache: true
Expand Down

0 comments on commit 68c0ed0

Please sign in to comment.