Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  update deploy configs
  • Loading branch information
Whipstickgostop committed Dec 8, 2023
2 parents 18fb249 + ae3802c commit 4fe5488
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/deploy-speakerbot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Deploy Speaker.bot Docs

on:
workflow_dispatch:
repository_dispatch:
types:
- deploy
push:
branches:
- main
paths:
- 'speakerbot/**'

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/speaker-docs/dispatches \
--raw-field event_type=deploy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy
name: Deploy Streamer.bot Docs

on:
workflow_dispatch:
Expand All @@ -8,6 +8,8 @@ on:
push:
branches:
- main
paths:
- 'streamerbot/**'

jobs:
deploy:
Expand Down

0 comments on commit 4fe5488

Please sign in to comment.