Skip to content

Create 2024-09-17-kientega.md #7

Create 2024-09-17-kientega.md

Create 2024-09-17-kientega.md #7

Workflow file for this run

name: My workflow
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.4' # Not needed with a `.ruby-version` or `.tool-versions`
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec jekyll build