Skip to content

doc: UsePlayerParameters fullscreen description and order #23

doc: UsePlayerParameters fullscreen description and order

doc: UsePlayerParameters fullscreen description and order #23

Workflow file for this run

on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm build
env:
PLAYGROUND: true
BASE_URL: /${{ github.event.repository.name }}
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./playground/dist