Skip to content

Ensure site works under Ruby 3.4.3 #1

Ensure site works under Ruby 3.4.3

Ensure site works under Ruby 3.4.3 #1

name: Generate website
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generate the build image
run: docker build -t tmp .
- name: Build the website
run: docker run -v ${{ github.workspace }}/site:/build/_site tmp
with:

Check failure on line 20 in .github/workflows/generate-website.yml

View workflow run for this annotation

GitHub Actions / Generate website

Invalid workflow file

The workflow is not valid. .github/workflows/generate-website.yml (Line: 20, Col: 7): Unexpected value 'with'
path: ${{ github.workspace }}/site