Skip to content

Commit

Permalink
Addressing private fontawesome registry causing build errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Shelepov committed Dec 1, 2023
1 parent 76e11cd commit 31ad9c4
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 1,492 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
uses: actions/setup-node@v3

- name: Install npm dependencies
run: |
npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}"
npm ci --ignore-scripts
run: npm ci --ignore-scripts

- name: Build project
run: npm run build
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

Loading

0 comments on commit 31ad9c4

Please sign in to comment.