mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - execute apt install as root for doc to pdf workflow
This commit is contained in:
parent
c4093a2d7b
commit
a47d7df401
1 changed files with 1 additions and 1 deletions
2
.github/workflows/doc-to-pdf.yml
vendored
2
.github/workflows/doc-to-pdf.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Install doc requirements
|
||||
run: pip install -r docs/requirements.txt
|
||||
- name: Install chromium
|
||||
run: apt install chromium-browser
|
||||
run: sudo apt install chromium-browser
|
||||
- name: Install node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue