Skip to content

Commit

Permalink
Merge pull request #23 from ItinerisLtd/theme-icons-prepare-failure
Browse files Browse the repository at this point in the history
  • Loading branch information
codepuncher authored Mar 12, 2024
2 parents ee2f7b0 + d7f1a28 commit b77076b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Generate Font Awesome Blade Icons
working-directory: web/app/themes/${{ inputs.THEME_NAME }}
run: grep --quiet 'icons:prepare' package.json && yarn icons:prepare
run: grep --quiet 'icons:prepare' package.json && yarn icons:prepare || echo 'No icons to prepare'
env:
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}

Expand Down

0 comments on commit b77076b

Please sign in to comment.