diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index fbf7fd7..7a0b4c6 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -5,8 +5,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: https://github.com/ruby/setup-ruby@v1 - with: - ruby-version: '3.3' # Not needed with a .ruby-version file - bundler-cache: true # runs 'bundle install' and caches installed gems automatically + with: + ruby-version: '3.3' # Not needed with a .ruby-version file + bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle install - run: jekyll help