Skip to content

Merge pull request #276 from candlepin/dependabot/bundler/puma-5.6.7 #87

Merge pull request #276 from candlepin/dependabot/bundler/puma-5.6.7

Merge pull request #276 from candlepin/dependabot/bundler/puma-5.6.7 #87

Workflow file for this run

name: Jekyll site CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: '11'
distribution: 'adopt'
- uses: actions/checkout@v2
- name: Build the site in the jekyll/builder container
run: |
docker run \
-v ${{ github.workspace }}:/tmp/src \
candlepin/website-ruby-27:latest \
/bin/bash -c "chmod -R 777 /tmp/src && bash /usr/libexec/s2i/assemble"