Skip to content

- move templtes into github folder #88

- move templtes into github folder

- move templtes into github folder #88

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Create test site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0 # middleman init wants to clone the repo, so we need full history
- uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
- uses: ruby/setup-ruby@v1
with:
ruby-version-file: '.ruby-version'
bundler-cache: true
- run: ./create-test-site.sh