Skip to content

Commit 4226407

Browse files
committed
update build location
1 parent 85071f3 commit 4226407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
uses: peaceiris/actions-gh-pages@v3
265265
with:
266266
github_token: ${{ secrets.GITHUB_TOKEN }}
267-
publish_dir: ./ui/out
267+
publish_dir: ./src/ui/out
268268
destination_dir: ui/pr/${{ steps.build.outputs.pr_number }}
269269
keep_files: false
270270
user_name: ${{ github.actor }}

0 commit comments

Comments
 (0)