# action-deploy-docs **Repository Path**: mirrors_sveltejs/action-deploy-docs ## Basic Information - **Project Name**: action-deploy-docs - **Description**: github action for the svelte org to deploy documentation to the svelte api - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-29 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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