mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
move content of default to fix relative path issue
This commit is contained in:
@@ -97,6 +97,11 @@ runs:
|
||||
# run: |
|
||||
# bun run ./packages/gitbook-v2/openNext/customWorkers/script/updateWrangler.ts ${{ steps.extract_server_version_id.outputs.version_id }}
|
||||
|
||||
- name: Copy server functions to custom workers
|
||||
shell: bash
|
||||
run: |
|
||||
cp -r ./packages/gitbook-v2/.open-next/server-functions/default ./packages/gitbook-v2/openNext/customWorkers/default
|
||||
|
||||
- id: deploy_container
|
||||
name: Deploy container to Cloudflare
|
||||
uses: cloudflare/wrangler-action@v3.14.0
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"containers": [
|
||||
{
|
||||
"class_name": "OpenNextContainer",
|
||||
"image": "../../.open-next/server-functions/default/Dockerfile",
|
||||
"image": "./default/Dockerfile",
|
||||
"max_instances": 1,
|
||||
"name": "container-open-next"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user