Skip to content

Bump @11ty/eleventy from 3.0.0-beta.1 to 3.0.0 (#26) #45

Bump @11ty/eleventy from 3.0.0-beta.1 to 3.0.0 (#26)

Bump @11ty/eleventy from 3.0.0-beta.1 to 3.0.0 (#26) #45

Workflow file for this run

name: Build and deploy site
on:
workflow_dispatch:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check-out the repository
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Generate site
run: npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs