diff --git a/.github/workflows/build_icons.yml b/.github/workflows/build_icons.yml index 05fb197d..be62e03d 100644 --- a/.github/workflows/build_icons.yml +++ b/.github/workflows/build_icons.yml @@ -32,7 +32,7 @@ jobs: with: name: new_icons path: ./new_icons.png - - name: Running npm task for building devicon.min.css + - name: Build devicon.min.css if: ${{ success() }} run: npm run build-css - name: Create Pull Request diff --git a/.github/workflows/peek_icons.yml b/.github/workflows/peek_icons.yml index 93d10522..5bc2953a 100644 --- a/.github/workflows/peek_icons.yml +++ b/.github/workflows/peek_icons.yml @@ -16,11 +16,10 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.8 - - name: Install dependencies (python, pip, npm) + - name: Install dependencies (python, pip) run: | python -m pip install --upgrade pip pip install -r ./.github/scripts/requirements.txt - npm install - name: Run icomoon_peek.py run: npm run peek - name: Upload geckodriver.log for debugging purposes diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99b60aab..48cb6fb6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -117,7 +117,7 @@ Some icons are really simple (like the Apple one), so the original version can b