Skip to content

docs: update 11ty badge #174

docs: update 11ty badge

docs: update 11ty badge #174

Workflow file for this run

name: Build
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm run build
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
UMAMI_SKIP: 1
IMAGE_OPTIMIZATION: 0