Skip to content

Commit

Permalink
Populate resources/icons directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Barny-Thorpe authored Mar 7, 2024
1 parent ecc99dc commit 1937198
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

- name: Build and compile assets
run: ${{ inputs.NPM_BUILD_CMD }}
env:
Expand Down

0 comments on commit 1937198

Please sign in to comment.