Skip to content

Commit 90e9788

Browse files
committed
ci: trigger owncloud/docs rebuild on push
1 parent 9e3e172 commit 90e9788

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.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' && github.ref == 'refs/heads/master'
36+
uses: owncloud/reusable-workflows/.github/workflows/trigger-docs-build.yml@main
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)