Skip to content

Commit 6043c0d

Browse files
author
Jens van Hellemondt
committed
🐛 conditional fontawesome
1 parent c4179f9 commit 6043c0d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

generator/templates/Deployment/_github/workflows/build_and_lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ jobs:
99
steps:
1010
- uses: actions/checkout@main
1111

12+
<%_ if (options.plugins.includes('fontawesomepro')) { _%>
1213
- name: build .npmrc
1314
env:
1415
FONT_AWESOME_TOKEN: ${{ secrets.font_awesome_token }}
1516
run: |
1617
echo "@fortawesome:registry=https://npm.fontawesome.com/" >> .npmrc
1718
echo "//npm.fontawesome.com/:_authToken=$FONT_AWESOME_TOKEN" >> .npmrc
18-
19+
<%_ } _%>
1920
- name: install
2021
run: |
2122
npm ci

0 commit comments

Comments
 (0)