Skip to content

Commit 462d888

Browse files
committed
ci: add github workflow2
1 parent 86e5e82 commit 462d888

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ jobs:
1414
steps:
1515
- name: checkout repo
1616
uses: actions/checkout@v4
17-
- name: Install pnpm
18-
uses: pnpm/action-setup@v4
19-
with:
20-
version: 10.10.0
17+
# - name: Install pnpm
18+
# uses: pnpm/action-setup@v4
19+
# with:
20+
# version: 10.10.0
2121
- name: env use node.js
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: '22'
25-
cache: pnpm
25+
# cache: pnpm
2626
- name: build
2727
run: |
28-
pnpm install --frozen-lockfile
28+
# pnpm install --frozen-lockfile
2929
pnpm build
3030
- name: upload build artifact
3131
if: always()
3232
uses: actions/upload-artifact@v4
3333
with:
34-
name: obsidian-any-block
34+
name: plugin-build
3535
path: |
3636
dist/main.js
3737

0 commit comments

Comments
 (0)