Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanton authored Aug 20, 2024
1 parent 3a256f0 commit 52249a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
cache: yarn

- name: Install dependencies
run: yarn install --frozen-lockfile
run:
npm config set "@fortawesome:registry" https://npm.fontawesome.com/
npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONTAWESOME_TOKEN }}"
yarn install --frozen-lockfile
working-directory: ./docs # Set the working directory to /docs

- name: Build website
Expand Down

0 comments on commit 52249a0

Please sign in to comment.