Skip to content

Commit eebfb48

Browse files
committed
test
1 parent 1aa4bcb commit eebfb48

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ jobs:
124124
run: npm install
125125
- name: Build
126126
run: npm run build
127-
- name: Build the application
128-
run: |
129-
cd src-tauri
130-
cargo build --release
131-
cd ..
127+
# - name: Build the application
128+
# run: |
129+
# cd src-tauri
130+
# cargo build --release
131+
# cd ..
132132
- name: Install Tauri dependencies
133133
run: |
134134
# Install dependencies for building Tauri apps

0 commit comments

Comments
 (0)