Skip to content

Commit 0267ec2

Browse files
committed
fix dx build path
1 parent 5c5a915 commit 0267ec2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
- name: Upload GitHub Pages artifact
3232
uses: actions/upload-pages-artifact@v3
3333
with:
34-
# IMPORTANT: path from repo root:
35-
path: frontend/target/dioxus/release/web
36-
34+
path: frontend/target/dx/dioxus_meta_app/release/web
35+
3736
deploy:
3837
runs-on: ubuntu-latest
3938
needs: build

0 commit comments

Comments
 (0)