Skip to content

Commit 70e83a8

Browse files
committed
ci: trigger owncloud/docs rebuild on push
1 parent d580275 commit 70e83a8

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
@@ -26,3 +26,12 @@ jobs:
2626

2727
- name: Build documentation
2828
run: npm run antora
29+
30+
trigger-docs-build:
31+
name: Trigger docs build
32+
needs: docs-build
33+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
34+
uses: owncloud/reusable-workflows/.github/workflows/trigger-docs-build.yml@main
35+
secrets:
36+
DOCS_TRIGGER_APP_ID: ${{ secrets.DOCS_TRIGGER_APP_ID }}
37+
DOCS_TRIGGER_APP_PRIVATE_KEY: ${{ secrets.DOCS_TRIGGER_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)