Skip to content

Commit 86872d4

Browse files
committed
fix: build files
1 parent 30504d9 commit 86872d4

File tree

8 files changed

+4
-841
lines changed

8 files changed

+4
-841
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: 'npm'
2222

2323
- name: Install dependencies
24-
run: npm ci
24+
run: npm i
2525

2626
- name: Build
2727
run: npm run build
@@ -31,4 +31,4 @@ jobs:
3131
if: github.ref == 'refs/heads/main'
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
34-
publish_dir: ./docs
34+
publish_dir: ./dist

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
.cache
3+
dist
34
node_modules

docs/index.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/main.082e2b9e.js

Lines changed: 0 additions & 188 deletions
This file was deleted.

docs/main.082e2b9e.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)