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 pages update pg_xxx ./coverage/index.htmlCommon examples:
- Test coverage reports
- Bundle analysis output
- Playwright HTML reports
- Release check summaries
- generated Markdown release notes
- generated OpenAPI specs