mirror of
https://github.com/ljcoder2015/obsidian-excel.git
synced 2026-07-22 04:48:22 +00:00
feat: github action
This commit is contained in:
parent
42cbe19ad0
commit
34f35f9822
3 changed files with 2284 additions and 492 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -13,12 +13,13 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "18.x"
|
||||
|
||||
- name: Build plugin
|
||||
run: |
|
||||
npm config set strict-ssl false
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
|
|
|
|||
2
main.css
2
main.css
File diff suppressed because one or more lines are too long
2771
package-lock.json
generated
2771
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue