chore: Update Docusaurus deployment workflow and documentation structure

- Added a step to copy screenshots to the static directory during deployment.
- Updated .gitignore to keep the README file in the screenshots directory.
- Added a new README file in the screenshots directory to explain its purpose and usage.
- Introduced a new npm script to prepare screenshots for the documentation site.
This commit is contained in:
StarFleetCPTN
2025-04-12 13:36:00 -07:00
parent 7e630f9337
commit 2ada2b2ea6
5 changed files with 17 additions and 3 deletions
+3
View File
@@ -39,6 +39,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Copy screenshots to static directory
run: npm run prepare-screenshots
- name: Build
run: npm run build