Skip to content

Commit 5e8787f

Browse files
committed
fix: build output location for prs
1 parent 0f5c9f5 commit 5e8787f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
with:
154154
source-dir: ./book/html
155155
preview-branch: gh-pages
156-
umbrella-dir: pr-preview
156+
umbrella-dir: docs/pr-preview
157157

158158
gqm-preview:
159159
if: github.event_name == 'pull_request' && github.event.action != 'closed' && github.event.pull_request.head.repo.full_name == github.repository

0 commit comments

Comments
 (0)