Skip to content

Commit

Permalink
debug: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
slowlyo committed Jul 12, 2024
1 parent 663392e commit a4dd67d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release-build-doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build Release Doc
on:
workflow_dispatch: { }
push:
branches:
- master
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.workflow_token }}
repository: owl-admin/docs
event-type: build-releases-doc

0 comments on commit a4dd67d

Please sign in to comment.