Skip to content

Commit

Permalink
remove :prod as it breaks deployments (need check)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam committed Nov 16, 2023
1 parent 65c54be commit 98cedef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Build project
run: npm run build:prod
run: npm run build
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
Expand Down

0 comments on commit 98cedef

Please sign in to comment.