Skip to content

Update 2022-03-19-cloud-init-cloud-image.md #177

Update 2022-03-19-cloud-init-cloud-image.md

Update 2022-03-19-cloud-init-cloud-image.md #177

Workflow file for this run

name: 'Pull Request'
on:
pull_request:
branches:
- master
paths-ignore:
- .gitignore
- README.md
- LICENSE
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # 3.0.2
with:
fetch-depth: 0 # for posts's lastmod
- name: Setup Ruby
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Test Site
run: bash tools/test.sh
env:
JEKYLL_ENV: production