Skip to content

Commit

Permalink
Merge pull request #42 from Shayan-Ghani/graphviz-fix
Browse files Browse the repository at this point in the history
fix(ci): added sudo and job dependency
  • Loading branch information
Shayan-Ghani authored Aug 30, 2024
2 parents 8ea2b8f + 8396ddc commit ce8f12e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
run: |
pip install -U pip
pip install diagrams
apt update
apt install graphviz
sudo apt update
sudo apt install graphviz
- name: generate diagrams
run: |
Expand All @@ -55,6 +55,7 @@ jobs:
mv *.png ${{github.workspace}}/artifacts/wiki/
deploy-wiki:
needs: generate_diagrams
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit ce8f12e

Please sign in to comment.