feat: adding workflow to call docusaurus
All checks were successful
Update Traefik Version / update-version (push) Successful in 3m30s
All checks were successful
Update Traefik Version / update-version (push) Successful in 3m30s
This commit is contained in:
17
.github/workflows/trigger.yml
vendored
Normal file
17
.github/workflows/trigger.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Calling Docusaurus
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
dispatch:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Repository Dispatch
|
||||||
|
uses: peter-evans/repository-dispatch@v4
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.PUBLIC_REPOSITORY_DISPATCH }}
|
||||||
|
repository: gianet-us/www_gianet_us
|
||||||
|
event-type: trigger-docs-update
|
||||||
Reference in New Issue
Block a user