Commit 1f3f1a2a authored by Grant's avatar Grant
Browse files

[ci] build:api-doc

parent 959239f3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -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"
  }
}