Skip to content

Commit

Permalink
Install the tree command line
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Sep 24, 2022
1 parent 469d303 commit dbd7461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Install apt packages
run: |
sudo apt-get install -y graphviz
sudo apt-get install -y graphviz tree
- name: Set up Python
uses: actions/setup-python@v4
Expand Down
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ build:
nodejs: "16"
apt_packages:
- graphviz
- tree

sphinx:
configuration: src/conf.py
Expand Down

0 comments on commit dbd7461

Please sign in to comment.