CI Artifacts
Use internalpage when a CI job produces a report, document, or spec that should be visible to the team but not published as a public static site.
IP_TOKEN="${INTERNALPAGE_TOKEN}" \
npx @internalpage/cli publish ./coverage/index.html --slug coverage-report --jsonCommon examples:
- Test coverage reports
- Bundle analysis output
- Playwright HTML reports
- Release check summaries
- generated Markdown release notes
- generated OpenAPI specs