Skip to content

Commit dabd3d4

Browse files
fix: update publish directory in deploy.yml for browser app
1 parent 31d3fe2 commit dabd3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: peaceiris/actions-gh-pages@v3
5454
with:
5555
github_token: ${{ secrets.GITHUB_TOKEN }}
56-
publish_dir: ./dist/
56+
publish_dir: ./dist/apps/devmx/browser
5757

5858
deploy:
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)