https://github.com/sveltejs/action-deploy-docs
github action for the svelte org to deploy documentation to the svelte api
https://github.com/sveltejs/action-deploy-docs
Last synced: 27 days ago
JSON representation
github action for the svelte org to deploy documentation to the svelte api
- Host: GitHub
- URL: https://github.com/sveltejs/action-deploy-docs
- Owner: sveltejs
- Created: 2021-03-28T00:32:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T21:15:50.000Z (over 2 years ago)
- Last Synced: 2024-10-29T14:31:50.763Z (about 1 year ago)
- Language: TypeScript
- Size: 800 KB
- Stars: 12
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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