We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6175237 commit 8280d53Copy full SHA for 8280d53
.github/workflows/eleventy_build.yml
@@ -15,7 +15,6 @@ jobs:
15
node-version: '22.x'
16
- name: Install dependencies using a safe clean install, build and test
17
run: |
18
- npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONT_AWESOME_TOKEN }}"
19
npm ci --ignore-scripts
20
- name: Run Build
21
run: npm run build
0 commit comments