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
1 changed files with 1 additions and 1 deletions

View File

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