Some checks failed
Update Gitea Version / update-version (pull_request) Failing after 3m11s
18 lines
366 B
YAML
18 lines
366 B
YAML
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
|