We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25de46f commit 94cf42bCopy full SHA for 94cf42b
1 file changed
.github/workflows/ci.yml
@@ -29,3 +29,12 @@ jobs:
29
- name: Build documentation
30
run: npm run antora
31
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