Skip to content

Commit 94cf42b

Browse files
committed
ci: trigger owncloud/docs rebuild on push
1 parent 25de46f commit 94cf42b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@ jobs:
2929
- name: Build documentation
3030
run: npm run antora
3131

32+
trigger-docs-build:
33+
name: Trigger docs build
34+
needs: docs-build
35+
if: github.event_name == 'push'
36+
uses: owncloud/reusable-workflows/.github/workflows/trigger-docs-build.yml@master
37+
secrets:
38+
DOCS_TRIGGER_APP_ID: ${{ secrets.DOCS_TRIGGER_APP_ID }}
39+
DOCS_TRIGGER_APP_PRIVATE_KEY: ${{ secrets.DOCS_TRIGGER_APP_PRIVATE_KEY }}
40+

0 commit comments

Comments
 (0)