From e6c2d93ccc856a85dfc199a33df2853068128233 Mon Sep 17 00:00:00 2001 From: Zijian Zhang Date: Sun, 8 Oct 2023 03:25:16 -0400 Subject: [PATCH] test --- .github/workflows/analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index f25c359..44c1dec 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -19,7 +19,7 @@ pip install -r requirements.txt - name: build project tree📦 - run: python -c "import evonote, json;from evonote.gui.notebook import get_json_for_treemap;from evonote.transform.module_to_notebook import get_notebook_for_module;notebook = get_notebook_for_module(evonote);tree = get_json_for_treemap(notebook.root);f = open("project_tree.json", "w");json.dump(tree, f)" + run: python -c "import evonote, json;from evonote.gui.notebook import get_json_for_treemap;from evonote.transform.module_to_notebook import get_notebook_for_module;notebook = get_notebook_for_module(evonote);tree = get_json_for_treemap(notebook.root);f = open('project_tree.json', 'w');json.dump(tree, f)" - name: Deploy to image-data branch uses: peaceiris/actions-gh-pages@v3