We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3e172 commit 90e9788Copy full SHA for 90e9788
.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' && 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