We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1c95b commit 29448f5Copy full SHA for 29448f5
.github/workflows/trigger-preview.yaml
@@ -2,7 +2,7 @@ name: trigger-preview
2
on:
3
workflow_run:
4
workflows:
5
- - trigger-book-build
+ - trigger-site-build
6
types:
7
- requested
8
- completed
@@ -18,6 +18,7 @@ jobs:
18
artifact_name: book-zip-${{ needs.find-pull-request.outputs.number }}
19
destination_dir: _preview/${{ needs.find-pull-request.outputs.number }} # deploy to subdirectory labeled with PR number
20
is_preview: "true"
21
+ publish_dir: 'portal/_build/html'
22
23
preview-comment:
24
needs: find-pull-request
.github/workflows/trigger-replace-links.yaml
0 commit comments