feat: add new workflow to trigger docs update
All checks were successful
Molecule Tests / molecule-tests (push) Successful in 6m6s

This commit is contained in:
2026-03-18 09:48:01 -03:00
parent 059c600229
commit f4efa4001d

17
.github/workflows/trigger.yml vendored Normal file
View 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