mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
fix build script
This commit is contained in:
@ -23,7 +23,8 @@ build:local:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- pnpm i
|
- pnpm i
|
||||||
- ./scripts/standalone.sh
|
- chmod +x scripts/standalone.sh
|
||||||
|
- bash scripts/standalone.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- .next/standalone.tar.gz
|
- .next/standalone.tar.gz
|
||||||
|
Reference in New Issue
Block a user