Skip to content

Commit

Permalink
CI: add new trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Oct 10, 2023
1 parent c430a2c commit 4e220c3
Showing 1 changed file with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Documentation
name: Master triggers

on:
push:
Expand All @@ -12,9 +12,16 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Repository Dispatch
- name: Trigger doc build
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.DEPLOY_DOC_PAT }}
repository: devitocodes/devitoproject.org
event-type: deploy-docs
event-type: deploy-docs

- name: Trigger pro submodule update
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PRO_SUBMODULE }}
repository: devitocodespro/devitopro
event-type: update-submodule

0 comments on commit 4e220c3

Please sign in to comment.