Skip to content

Commit 332e137

Browse files
committed
fix: source dir path for deployment
Signed-off-by: Aritra Dey <[email protected]>
1 parent d7bc4ef commit 332e137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: github.event_name == 'pull_request'
3939
uses: rossjrw/pr-preview-action@v1
4040
with:
41-
source-dir: ./docusaurus/
41+
source-dir: ./build/
4242
preview-branch: gh-pages-pr-previews
4343
umbrella-dir: pr-preview
4444
action: auto

0 commit comments

Comments
 (0)