CI Artifacts
Use internalpage when a CI job produces an HTML report 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