Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ pages: stage: deploy script: - bun install --frozen-lockfile - redocly bundle -o public/index.html openapi/spec.yml - bun run build:api-doc pages: publish: public artifacts: Loading package.json +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ }, "scripts": { "dev": "bun run --hot src/index.ts", "build:api-doc": "redocly build-docs openapi/spec.yml", "build:api-doc": "redocly build-docs openapi/spec.yml -o public/index.html --title \"Fediverse Events API\"", "dev:api-doc": "redocly preview-docs openapi/spec.yml" } } Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ pages: stage: deploy script: - bun install --frozen-lockfile - redocly bundle -o public/index.html openapi/spec.yml - bun run build:api-doc pages: publish: public artifacts: Loading
package.json +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ }, "scripts": { "dev": "bun run --hot src/index.ts", "build:api-doc": "redocly build-docs openapi/spec.yml", "build:api-doc": "redocly build-docs openapi/spec.yml -o public/index.html --title \"Fediverse Events API\"", "dev:api-doc": "redocly preview-docs openapi/spec.yml" } }