Skip to content

Introduce LAMP in the browser #57

Introduce LAMP in the browser

Introduce LAMP in the browser #57

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@v3
- name: Build the website
run: docker-compose run --rm middleman bundle exec middleman build