Skip to content

Commit

Permalink
Merge pull request #22 from ItinerisLtd/fix-ci-icons-prepare
Browse files Browse the repository at this point in the history
Add font awesome environment variable
  • Loading branch information
Barny-Thorpe authored Mar 7, 2024
2 parents a94310c + 24feac1 commit ee2f7b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ 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
env:
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}

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

0 comments on commit ee2f7b0

Please sign in to comment.