Skip to content

Lock file maintenance #122

Lock file maintenance

Lock file maintenance #122

Workflow file for this run

---
name: Deploy
on:
push:
branches:
- main
- renovate/**
pull_request:
jobs:
build-and-deploy:
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/Gemfile
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/github-pages/jekyll@2e83ccde571114eea4dacae50214fd1dff839be0 # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
ruby-version: "3.3"