mirror of
https://github.com/konpa/devicon.git
synced 2025-08-30 17:50:35 +02:00
Updated geckodriver
This commit is contained in:
2
.github/workflows/build_icons.yml
vendored
2
.github/workflows/build_icons.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: >
|
||||
python ./.github/scripts/icomoon_build.py
|
||||
./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe ./icomoon.json
|
||||
./.github/scripts/build_assets/geckodriver-v0.29.1-win64/geckodriver.exe ./icomoon.json
|
||||
./devicon.json ./icons ./ %GITHUB_TOKEN% --headless
|
||||
|
||||
- name: Upload geckodriver.log for debugging purposes
|
||||
|
33
.github/workflows/optimize_svg.yml
vendored
33
.github/workflows/optimize_svg.yml
vendored
@@ -1,33 +0,0 @@
|
||||
name: Optimize the added/changed svgs
|
||||
on:
|
||||
pull_request:
|
||||
types: [labeled]
|
||||
jobs:
|
||||
peek:
|
||||
name: Optimize the added/changed svgs
|
||||
if: github.event.label.name == 'bot:optimize'
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: Set up gulp
|
||||
run: npm install
|
||||
|
||||
- name: Get Changed Files and generate files_added.json & files_modified.json
|
||||
uses: lots0logs/gh-action-get-changed-files@2.1.4
|
||||
id: get_added_and_modified_files
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Run the update_id.py
|
||||
env:
|
||||
ADDED_FILES: ${{ steps.get_added_and_modified_files.outputs.added }}
|
||||
MODIFIED_FILES: ${{ steps.get_added_and_modified_files.outputs.modified }}
|
||||
run: npm run optimize-svg -- --filesAddedJson=$ADDED_FILES --filesModifiedJson=$MODIFIED_FILES
|
||||
|
||||
- name: Commit the changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Optimized the SVGs
|
2
.github/workflows/peek_icons.yml
vendored
2
.github/workflows/peek_icons.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
shell: cmd
|
||||
run: >
|
||||
python ./.github/scripts/icomoon_peek.py
|
||||
./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe ./icomoon.json
|
||||
./.github/scripts/build_assets/geckodriver-v0.29.1-win64/geckodriver.exe ./icomoon.json
|
||||
./devicon.json ./icons ./ --headless --pr_title "%PR_TITLE%"
|
||||
|
||||
- name: Upload the err messages (created by icomoon_peek.py)
|
||||
|
Reference in New Issue
Block a user