Skip to content

Commit d5b453a

Browse files
Update nextjs.yml
1 parent 8efb229 commit d5b453a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nextjs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,15 @@ jobs:
8585
- name: Modify Deployment
8686
run: |
8787
mkdir -p deploy/_just/
88-
FILE_ID=1
88+
FILE_ID=0
89+
echo "----------------"
8990
echo "_just Chunks:"
9091
for file in _just/js/*; do
9192
cp "$file" "deploy/_just/${FILE_ID}.js"
9293
FILE_ID=$((FILE_ID + 1))
9394
echo "_just/${FILE_ID}.js"
9495
done
95-
FILE_ID=1
96+
FILE_ID=0
9697
for file in _just/style/*; do
9798
cp "$file" "deploy/_just/${FILE_ID}.css"
9899
FILE_ID=$((FILE_ID + 1))

0 commit comments

Comments
 (0)