aboutsummaryrefslogtreecommitdiff
path: root/action.yml
diff options
context:
space:
mode:
Diffstat (limited to 'action.yml')
-rw-r--r--action.yml20
1 files changed, 12 insertions, 8 deletions
diff --git a/action.yml b/action.yml
index dcb344a..de03d6f 100644
--- a/action.yml
+++ b/action.yml
@@ -21,14 +21,18 @@ runs:
with:
node-version: "20.x"
- - name: Install dependencies
- run: npm install
+ - name: print files
+ run: ls -la
shell: bash
- - name: Generate graphdata.json
- run: npm run generate --script_params=./orgs/org-roam.db
- shell: bash
+ # - name: Install dependencies
+ # run: npm install
+ # shell: bash
- - name: print graphdata.json
- run: cat graphdata.json
- shell: bash
+ # - name: Generate graphdata.json
+ # run: npm run generate --script_params=./orgs/org-roam.db
+ # shell: bash
+
+ # - name: print graphdata.json
+ # run: cat graphdata.json
+ # shell: bash