Skip to content

Blog: Add Chef integration article #81

Blog: Add Chef integration article

Blog: Add Chef integration article #81

Workflow file for this run

name: build
on: pull_request
permissions:
contents: read
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
# https://github.com/actions/configure-pages
uses: actions/configure-pages@v5
- name: Build
# https://github.com/actions/jekyll-build-pages
uses: actions/jekyll-build-pages@v1