Skip to content

Commit

Permalink
chore: something
Browse files Browse the repository at this point in the history
  • Loading branch information
JuckZ committed Oct 30, 2023
1 parent a3b8641 commit 5d2a621
Show file tree
Hide file tree
Showing 4 changed files with 624 additions and 800 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Build obsidian plugin

on:
workflow_dispatch:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]

env:
PLUGIN_NAME: awesome-brain-manager
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:

- name: Run scraper
run: |
ls -la
echo $CONFIG_FILE_PATH
cat scraper.config.json
docker run -t --rm \
-e MEILISEARCH_HOST_URL=$HOST_URL \
-e MEILISEARCH_API_KEY=$API_KEY \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"obsidian": "^1.4.11",
"obsidian-dataview": "^0.5.61",
"obsidian-dataview": "^0.5.63",
"plantuml-encoder": "^1.4.0",
"prettier": "^3.0.3",
"rollup": "^3.29.1",
Expand Down
Loading

0 comments on commit 5d2a621

Please sign in to comment.