Skip to content

chore(deps): bump google-protobuf from 3.22.2 to 3.25.5 #105

chore(deps): bump google-protobuf from 3.22.2 to 3.25.5

chore(deps): bump google-protobuf from 3.22.2 to 3.25.5 #105

Workflow file for this run

---
name: Run checks
on:
pull_request:
push:
branches: ["main"]
permissions:
contents: read
jobs:
build-site:
name: Build the site
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
ruby-version: '3.1'
bundler-cache: true
cache-version: 0
- name: Build with Jekyll
run: bundle exec jekyll build
env:
JEKYLL_ENV: production
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: oscal.io-content
path: _site