Skip to content

Commit

Permalink
Remove path prefix from production build
Browse files Browse the repository at this point in the history
  • Loading branch information
codytodonnell committed Jan 13, 2024
1 parent 9ca853b commit 0e01aec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Gatsby
env:
PREFIX_PATHS: 'true'
run: ${{ steps.detect-package-manager.outputs.manager }} run build --prefix-paths
run: ${{ steps.detect-package-manager.outputs.manager }} run build
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
Expand Down

0 comments on commit 0e01aec

Please sign in to comment.