Skip to content
Closed

k #85

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/new_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:

- name: Trigger deploy hook
run: curl -X POST -d {} ${{ secrets.VERCEL_DEPLOY_HOOK }}
# Analyze Bundle
- name: Analyze bundle sizes
uses: transferwise/actions-next-bundle-analyzer@master
with:
workflow-id: production.yaml
base-branch: main
# # Analyze Bundle
# - name: Analyze bundle sizes
# uses: transferwise/actions-next-bundle-analyzer@master
# with:
# workflow-id: production.yaml
# base-branch: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}