We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc19b3d commit 4ea692bCopy full SHA for 4ea692b
.github/workflows/deploy.yml
@@ -71,6 +71,10 @@ jobs:
71
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
72
- name: Install dependencies
73
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
74
+ - name: Prebuild - Download AVM2 Report
75
+ run: node ./scripts/fetch-ruffle-report.js
76
+ env:
77
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78
- name: Build with Next.js
79
run: ${{ steps.detect-package-manager.outputs.runner }} next build
80
env:
0 commit comments