Skip to content

[add react] feat: use @dimaka/controls to make controls on ios playable #27

[add react] feat: use @dimaka/controls to make controls on ios playable

[add react] feat: use @dimaka/controls to make controls on ios playable #27

Workflow file for this run

name: Deploy to GitHub pages
on:
push:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: Install pnpm
run: npm i -g pnpm
- run: pnpm install
- run: pnpm build
# todo use nohup and official action?
# - run: pnpm prod-start & pnpm test:cypress
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
force_orphan: true