mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Added gifsicle install to docsgen workflow.
This commit is contained in:
parent
02b49e3738
commit
2341c06889
1 changed files with 3 additions and 0 deletions
3
.github/workflows/docsgen.yml
vendored
3
.github/workflows/docsgen.yml
vendored
|
@ -17,6 +17,9 @@ jobs:
|
|||
repository: ${{github.repository}}.wiki
|
||||
path: BOSL2.wiki
|
||||
|
||||
- name: Install gifsicle
|
||||
run: sudo brew install gifsicle
|
||||
|
||||
- name: Install Pillow
|
||||
run: sudo pip3 install Pillow
|
||||
|
||||
|
|
Loading…
Reference in a new issue