Skip to content

Use json rpc for live invite handling #557

Use json rpc for live invite handling

Use json rpc for live invite handling #557

Workflow file for this run

name: Site
on:
push:
branches:
- main
env:
NODE_OPTIONS: --max-old-space-size=4096
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prep the environment
run: echo "VITE_COMMIT_ID=${GITHUB_SHA}" >> $GITHUB_ENV
- name: Deps
run: npm ci
- name: Tests
run: npm test
- name: Build
run: npm run build
- name: Deploy
if: success()
uses: crazy-max/ghaction-github-pages@v2
with:
commit_message: Bump
target_branch: gh-pages
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}