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 241585c commit f3db8d0Copy full SHA for f3db8d0
.github/workflows/trigger-preview.yaml
@@ -18,7 +18,6 @@ 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
0 commit comments