diff --git a/docs/README.md b/docs/README.md index 5ce72e6c..0e0100da 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,24 +10,3 @@ We're currently trying out [@stoplight/json-schema-viewer](https://github.com/st pnpm i pnpm dev ``` - -## Deployment - -The docs viewer is currently deployable, but at the expense of the existing JSON files that are deployed from the `dist` branch. - -### To deploy the schema viewer: - -1. Go to Settings -> Pages -2. Under `Build and deployment` switch the `Source` to `GitHub Actions`. -3. This should trigger a deployment action. -4. Once finished, the schema viewer should be visible at `"https:/theopensystemslab.github.io/digital-planning-data-schemas"`. - -### To deploy the JSON files: - -1. Go to Settings -> Pages -2. Under `Build and deployment` switch the `Source` to `Deploy from a branch`. -3. Change the branch to `dist`. -4. Make sure you select `/root` for the folder, and press 'Save'. -5. This should trigger a deployment action. -4. Once finished, the JSON files should be visible at `https://theopensystemslab.github.io/digital-planning-data-schemas//schemas/.json`. -