Skip to content

Commit

Permalink
[build] Add graphviz to GitHub documentation action
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed May 1, 2024
1 parent c732ae2 commit 2b05014
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ jobs:
with:
python-version: '3.x' # Ensures Python 3.x is installed, adjust as needed for your project

- name: Install Graphviz
run: sudo apt-get update && sudo apt-get install -y graphviz

- name: Install Asciidoctor and Asciidoctor-Diagram
run: |
gem install asciidoctor asciidoctor-diagram asciidoctor-pdf --user-install
echo "PATH=$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH" >> $GITHUB_ENV
- name: Run Make
run: |
make -C doc ci
run: make -C doc ci

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 2b05014

Please sign in to comment.