ci/cd - fix typo in doc-to-pdf

This commit is contained in:
florian 2023-04-29 21:03:34 +02:00
parent 312757594c
commit 4086628697
No known key found for this signature in database
GPG key ID: 3D80806F12602A7C

View file

@ -21,7 +21,7 @@ jobs:
- name: Install doc requirements - name: Install doc requirements
run: pip install -r docs/requirements.txt run: pip install -r docs/requirements.txt
- name: Install chromium - name: Install chromium
uses: apt install chromium-browser run: apt install chromium-browser
- name: Install node - name: Install node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with: