File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,13 @@ curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scri
2
2
sh build-site.sh
3
3
4
4
5
- # if [ ! -d "docs-worker-pool" ]; then
5
+ if [ ! -d " docs-worker-pool" ]; then
6
6
git clone --depth 1 --filter=tree:0 https://github.com/mongodb/docs-worker-pool.git --sparse
7
7
cd docs-worker-pool && git sparse-checkout set --no-cone modules/oas-page-builder
8
8
cd modules/oas-page-builder && npm ci && npm run build
9
- # fi
9
+ fi
10
+
11
+ git clone -b @dop/
[email protected] --depth 1 https://github.com/mongodb-forks/redoc.git redoc
12
+ cd redoc && npm ci --prefix cli/ --omit=dev
13
+
14
+ node docs-worker-pool/modules/oas-page-builder --bundle bundle.zip --output snooty/public --redoc ${REDOC_PATH} --repo ${REPO_DIR} --site-url ${SITE_URL}
You can’t perform that action at this time.
0 commit comments