Skip to content

Commit ffeea77

Browse files
committed
Update deploy
Deploy now properly builds the skybox manifest
1 parent 67fe2ff commit ffeea77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
- name: Generate index.json
7777
run: node scripts/generate-index.js
7878

79+
- name: Generate skybox manifest
80+
run: node scripts/generate-skybox-manifest.js
81+
7982
- name: Build with Next.js
8083
run: ${{ steps.detect-package-manager.outputs.runner }} next build
8184

0 commit comments

Comments
 (0)