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 85071f3 commit 4226407Copy full SHA for 4226407
.github/workflows/development.yml
@@ -264,7 +264,7 @@ jobs:
264
uses: peaceiris/actions-gh-pages@v3
265
with:
266
github_token: ${{ secrets.GITHUB_TOKEN }}
267
- publish_dir: ./ui/out
+ publish_dir: ./src/ui/out
268
destination_dir: ui/pr/${{ steps.build.outputs.pr_number }}
269
keep_files: false
270
user_name: ${{ github.actor }}
0 commit comments