Skip to content

chore: release v0.1.0-beta.16 #75

chore: release v0.1.0-beta.16

chore: release v0.1.0-beta.16 #75

Workflow file for this run

name: gh-pages
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
uses: importantimport/.github/.github/workflows/pnpm-gh-pages-artifact.yml@main
with:
build: pnpm -rF @moeru/std-docs build
path: docs/out
node-version: 24