Skip to content

Commit 29448f5

Browse files
committed
actions changes
1 parent 7b1c95b commit 29448f5

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

.github/workflows/trigger-preview.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: trigger-preview
22
on:
33
workflow_run:
44
workflows:
5-
- trigger-book-build
5+
- trigger-site-build
66
types:
77
- requested
88
- completed
@@ -18,6 +18,7 @@ jobs:
1818
artifact_name: book-zip-${{ needs.find-pull-request.outputs.number }}
1919
destination_dir: _preview/${{ needs.find-pull-request.outputs.number }} # deploy to subdirectory labeled with PR number
2020
is_preview: "true"
21+
publish_dir: 'portal/_build/html'
2122

2223
preview-comment:
2324
needs: find-pull-request

.github/workflows/trigger-replace-links.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)