Skip to content

Merge pull request #193 from bndtools/dependabot/github_actions/actio… #372

Merge pull request #193 from bndtools/dependabot/github_actions/actio…

Merge pull request #193 from bndtools/dependabot/github_actions/actio… #372

Workflow file for this run

name: CI Build
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
env:
LC_ALL: en_US.UTF-8
defaults:
run:
shell: bash
permissions: # added using https:/step-security/secure-workflows
contents: read
jobs:
GitHub_Pages:
name: GitHub Pages
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: Gemfile
BUNDLE_PATH: vendor/bundle
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- name: Git Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Ruby
uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.0
with:
ruby-version: 2.7
bundler-cache: true
- name: Build
run: |
./.github/scripts/docs.sh