Skip to content

Normative: add option to omit padding (#60) #42

Normative: add option to omit padding (#60)

Normative: add option to omit padding (#60) #42

Workflow file for this run

name: Deploy gh-pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run build
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist
clean: true