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
commit 9ba2b7f6ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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