Skip to content

Commit

Permalink
fix: re-add env var for build step as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Jan 19, 2025
1 parent cb62ba8 commit 17b2ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- name: Build with Gatsby
env:
PREFIX_PATHS: 'true'
FONTAWESOME_PACKAGE_TOKEN: ${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}
run: ${{ steps.detect-package-manager.outputs.manager }} run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 17b2ba5

Please sign in to comment.