Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspec committed Oct 8, 2023
1 parent 71d33dc commit e6c2d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6c2d93

Please sign in to comment.