mirror of
https://github.com/konpa/devicon.git
synced 2025-08-30 17:50:35 +02:00
Add fix for bad zip file and logging for build (#1069)
This commit is contained in:
7
.github/workflows/build_icons.yml
vendored
7
.github/workflows/build_icons.yml
vendored
@@ -33,6 +33,13 @@ jobs:
|
||||
name: geckodriver-log
|
||||
path: ./geckodriver.log
|
||||
|
||||
- name: Upload log file for debugging purposes
|
||||
uses: actions/upload-artifact@v2
|
||||
if: always()
|
||||
with:
|
||||
name: logfile
|
||||
path: ./log.txt
|
||||
|
||||
- name: Build devicon.min.css
|
||||
if: success()
|
||||
run: npm run build-css
|
||||
|
Reference in New Issue
Block a user