mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Install graphviz.
This commit is contained in:
8
.github/workflows/SphinxDocumentation.yml
vendored
8
.github/workflows/SphinxDocumentation.yml
vendored
@@ -69,6 +69,9 @@ jobs:
|
||||
- name: ⏬ Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 🔧 Install graphviz
|
||||
run: sudo apt-get install -y --no-install-recommends graphviz
|
||||
|
||||
- name: 🐍 Setup Python ${{ inputs.python_version }}
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
@@ -147,11 +150,6 @@ jobs:
|
||||
run: |
|
||||
export PYTHONPATH=$(pwd)
|
||||
|
||||
ls -lah .
|
||||
ls -lah report
|
||||
ls -lah report/coverage
|
||||
ls -lah report/coverage/html
|
||||
|
||||
cd "${{ inputs.doc_directory || '.' }}"
|
||||
sphinx-build -v -n -b html -d _build/doctrees -j $(nproc) -w _build/html.log . _build/html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user