Merge pull request #425 from revarbat/revarbat_dev

Added gifsicle install to docsgen workflow.
This commit is contained in:
Revar Desmera
2021-02-19 20:34:09 -08:00
committed by GitHub

View File

@@ -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