Skip to content

Commit

Permalink
install graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Apr 29, 2024
1 parent 2d4060e commit ddc0cfd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: Update book

on:
# Runs on pushes targeting the default branch
push:
branches: ["book"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand Down Expand Up @@ -35,6 +31,8 @@ jobs:
uses: actions/configure-pages@v5
- name: Set up Python
uses: actions/setup-python@v4
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
- name: Install dependencies
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit ddc0cfd

Please sign in to comment.