Skip to content

Releases: rare/slidesfly-integrations

Slidesfly integrations v0.2.0

Choose a tag to compare

@rare rare released this 30 Jul 04:00
2be02de

Marketplace-ready release for the Slidesfly publish Action.

  • Adds the root action.yml entry required by GitHub Marketplace.
  • Reuses this public integrations repository; no additional repository is required.
  • Keeps actions/publish available for existing workflows.
  • Pins both Action entry points to the deployed Slidesfly CLI 0.1.2.
  • Adds CI drift checks for the root and legacy Action manifests.
  • Verifies the root Action against the existing owned production test deck.

Use the root Action with:

- id: deck
  uses: rare/slidesfly-integrations@v0.2.0
  with:
    file: deck.html
    api-key: ${{ secrets.SLIDESFLY_API_KEY }}
    visibility: unlisted

Production smoke: https://github.com/rare/slidesfly-integrations/actions/runs/30512464640

Slidesfly integrations v0.1.1

Choose a tag to compare

@rare rare released this 28 Jul 17:14
2f4a9d0

Distribution-readiness release for Slidesfly integrations.

  • Adds the public Slidesfly Agent Skill source and install instructions.
  • Links five live-verified presentation examples.
  • Adds official MCP Registry metadata and static server-card metadata.
  • Adds a manual production smoke workflow for the publish Action.
  • Fixes Action update responses so they preserve the stable reader URL.
  • Records the successful production Action smoke receipt.

Slidesfly integrations v0.1.0

Choose a tag to compare

@rare rare released this 28 Jul 16:33

Initial public integration release.

Includes:

  • experimental Slidesfly publish GitHub Action
  • reproducible plain HTML, Codex-generated, Reveal.js, Slidev, and Marp fixtures
  • hosted MCP Registry metadata candidate
  • contribution, maintenance, and security policies

Validation: action fixture passed; Reveal.js, Slidev, and Marp examples build successfully on GitHub Actions.