Skip to content

github action for the svelte org to deploy documentation to the svelte api

Notifications You must be signed in to change notification settings

sveltejs/action-deploy-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a11a88 · Jun 20, 2023
Mar 28, 2021
Apr 26, 2021
Jun 20, 2023
Jun 20, 2023
Mar 28, 2021
Dec 3, 2021
Mar 28, 2021
Mar 28, 2021
Jan 12, 2022
Apr 18, 2021
Dec 3, 2021
Dec 3, 2021
Aug 29, 2021
Mar 28, 2021

Repository files navigation

action-deploy-docs

An action to help deploy the svelte docs. This action does the following:

  • Sparsely clones a single branch without much history. As light as I could make it.
  • Reads the docs into memory.
  • Transforms them with the svelte docs markdown formatter.

TODO:

  • Transform the transformed docs into the requistive format for CF's batch key write rest API
  • Push them up