Skip to content

Commit

Permalink
Update .github/workflows/docs-build-update.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <markiewicz@stanford.edu>
  • Loading branch information
oesteban and effigies authored Oct 14, 2021
1 parent 859fd11 commit 626591b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install GraphViz
run: |
sudo apt-get update -y
sudo apt-get install -y graphviz
sudo apt-get install -y --no-install-recommends graphviz
- name: Install dependencies
run: |
Expand Down

0 comments on commit 626591b

Please sign in to comment.