Skip to content

Commit

Permalink
fix: trunk config & command
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtKey committed Jan 24, 2024
1 parent b5a1a18 commit f2b18c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
# Upload dist dir
path: './dist'
path: './crates/web-ui/dist'

- name: Deploy to GitHub Pages 🚀
id: deployment
Expand Down
3 changes: 0 additions & 3 deletions Trunk.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[build]
target = "./crates/web-ui/index.html"

[watch]
ignore = ["./crates/tauri"]

[serve]
address = "127.0.0.1"
port = 8080
Expand Down

0 comments on commit f2b18c9

Please sign in to comment.