mirror of
https://github.com/konpa/devicon.git
synced 2025-09-08 21:30:56 +02:00
Various bug fixes and reference update
This commit is contained in:
12
.github/workflows/build_icons.yml
vendored
12
.github/workflows/build_icons.yml
vendored
@@ -25,22 +25,22 @@ jobs:
|
||||
./devicon.json ./icons ./ --headless
|
||||
- name: Upload geckodriver.log for debugging purposes
|
||||
uses: actions/upload-artifact@v2
|
||||
if: ${{failure()}}
|
||||
if: failure()
|
||||
with:
|
||||
name: geckodriver-log
|
||||
path: ./geckodriver.log
|
||||
- name: Build devicon.min.css
|
||||
if: ${{ success() }}
|
||||
if: success()
|
||||
run: npm run build-css
|
||||
- name: Upload screenshot of the newly made icons
|
||||
id: imgur_step
|
||||
uses: devicons/public-upload-to-imgur@v1
|
||||
if: ${{success()}}
|
||||
uses: devicons/public-upload-to-imgur@v1.1.2
|
||||
if: success()
|
||||
with:
|
||||
img_path: ./new_icons.png
|
||||
path: ./new_icons.png
|
||||
client_id: ${{secrets.IMGUR_CLIENT_ID}}
|
||||
- name: Create Pull Request
|
||||
if: ${{ success() }}
|
||||
if: success()
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
env:
|
||||
MESSAGE: |
|
||||
|
Reference in New Issue
Block a user