Skip to content

add custom websocket event page #23

add custom websocket event page

add custom websocket event page #23

Workflow file for this run

name: deploy
on:
workflow_dispatch:
repository_dispatch:
types:
- deploy
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- name: Create repository dispatch event
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_GH_TOKEN }}
run: |
gh api repos/Whipstickgostop/streamerbot-docs/dispatches \
--raw-field event_type=deploy