mirror of
https://github.com/python-escpos/python-escpos
synced 2025-12-02 09:43:30 +00:00
use tox
This commit is contained in:
6
.github/workflows/documentation.yml
vendored
6
.github/workflows/documentation.yml
vendored
@@ -26,7 +26,5 @@ jobs:
|
||||
run:
|
||||
sudo apt-get update -y &&
|
||||
sudo apt-get install -y git python3-sphinx graphviz libenchant1c2a
|
||||
- uses: ammaraskar/sphinx-action@0.4
|
||||
with:
|
||||
pre-build-command: "apt-get update -y && apt-get install -y git python3-sphinx graphviz libenchant1c2a && sudo pip install --upgrade sphinx"
|
||||
docs-folder: "doc/"
|
||||
- name: Test doc build
|
||||
run: tox -e docs
|
||||
|
||||
Reference in New Issue
Block a user