Skip to content

README: Add October 2024 permalinks (#11) #17

README: Add October 2024 permalinks (#11)

README: Add October 2024 permalinks (#11) #17

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: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
node-version: lts/*
- run: npm run build
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build
clean: true