Skip to content

Update GitHub checkout action and fix the docker-compose command #58

Update GitHub checkout action and fix the docker-compose command

Update GitHub checkout action and fix the docker-compose command #58

Workflow file for this run

name: Website CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the website
run: docker compose run --rm middleman bundle exec middleman build