Skip to content

chore: release v0.1.0-beta.14 #71

chore: release v0.1.0-beta.14

chore: release v0.1.0-beta.14 #71

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