Skip to content

docs: fix link on README.md (#100) #126

docs: fix link on README.md (#100)

docs: fix link on README.md (#100) #126

Workflow file for this run

name: gh-pages
on:
push:
branches:
- main
- gh-pages
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
- run: pnpm install
- run: pnpm build
env:
NITRO_PRESET: service-worker
NITRO_APP_BASE_URL: /nitro-deploys/
- uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ".output/public"
CLEAN: true