From 993cc696e2ef696176e41a911fb56d7fe958d33b Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Thu, 17 Oct 2024 18:37:02 +0200 Subject: [PATCH] Revert "docs: add deployment explanation to schema viewer readme" (#261) --- docs/README.md | 21 --------------------- 1 file changed, 21 deletions(-) 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`. -