Skip to content

Prepare to start exloring the autoupdate implementation #2

Prepare to start exloring the autoupdate implementation

Prepare to start exloring the autoupdate implementation #2

Workflow file for this run

on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: true
version: 10
- run: pnpm build
- run: pnpm typedoc
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs
force_orphan: true