We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d580275 commit 70e83a8Copy full SHA for 70e83a8
1 file changed
.github/workflows/ci.yml
@@ -26,3 +26,12 @@ jobs:
26
27
- name: Build documentation
28
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