Skip to content

Commit 5ad25a0

Browse files
committed
fix: source dir path for deployment
Signed-off-by: Aritra Dey <adey01027@gmail.com>
1 parent 0ef490f commit 5ad25a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)