mirror of
https://github.com/python-escpos/python-escpos
synced 2025-12-02 09:43:30 +00:00
add run step
This commit is contained in:
5
.github/workflows/documentation.yml
vendored
5
.github/workflows/documentation.yml
vendored
@@ -22,7 +22,10 @@ jobs:
|
||||
- uses: actions/checkout@v2.3.5
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
run: "apt-get update -y && apt-get install -y git python3-sphinx graphviz libenchant1c2a"
|
||||
- name: Install packages
|
||||
run:
|
||||
apt-get update -y
|
||||
apt-get install -y git python3-sphinx graphviz libenchant1c2a
|
||||
- uses: ammaraskar/sphinx-action@0.4
|
||||
with:
|
||||
docs-folder: "doc/"
|
||||
|
||||
Reference in New Issue
Block a user