Skip to content

Commit

Permalink
Create update-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon authored Jul 21, 2024
1 parent 115ebf5 commit d1d9932
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Trigger Doc Update
on:
workflow_dispatch:
push:
paths-ignore:
- "README_EN.md"
- "README.md"

jobs:
trigger-CMFA-update:
runs-on: ubuntu-latest
steps:
- name: Trigger update-dependencies
run: |
curl -X POST https://api.github.com/repos/pot-app/pot-docs/dispatches \
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${{ secret.TOKEN }}" \
-d '{"event_type": "plugins-updated"}'

0 comments on commit d1d9932

Please sign in to comment.