Skip to content

Blog: Add guides to setup Cobbler in libvirt #57

Blog: Add guides to setup Cobbler in libvirt

Blog: Add guides to setup Cobbler in libvirt #57

Workflow file for this run

name: build
on: pull_request
jobs:
jekyll:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: actions/cache@v1
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
# Standard usage
- uses: lemonarc/[email protected]