diff --git a/.github/workflows/eleventy_build.yml b/.github/workflows/eleventy_build.yml index ff982b79..b3ca7555 100644 --- a/.github/workflows/eleventy_build.yml +++ b/.github/workflows/eleventy_build.yml @@ -15,7 +15,6 @@ jobs: node-version: '22.x' - name: Install dependencies using a safe clean install, build and test run: | - npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONT_AWESOME_TOKEN }}" npm ci --ignore-scripts - name: Run Build run: npm run build