Skip to content

Commit

Permalink
tauri changes maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr committed May 7, 2024
1 parent 2657376 commit a5c5f2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
run: npm ci
- name: npm run build
shell: bash
run: npm -ws run build
run: npm run build
- name: upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./packages/app/dist
path: ./dist
- name: deploy to github pages
id: deployment
uses: actions/deploy-pages@v4
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Rust cache
uses: swatinem/rust-cache@v2
with:
workspaces: './packages/app/src-tauri -> target'
workspaces: './src-tauri -> target'

- name: install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
Expand Down
7 changes: 0 additions & 7 deletions src-tauri/.gitignore

This file was deleted.

0 comments on commit a5c5f2e

Please sign in to comment.