feat: Set up for GH pages - #27
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #27 +/- ##
=======================================
Coverage 91.40% 91.40%
=======================================
Files 408 408
Lines 6903 6903
Branches 2219 2223 +4
=======================================
Hits 6310 6310
Misses 584 584
Partials 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
@skillsoft/eslint-plugin-gamut
@skillsoft/gamut
@skillsoft/gamut-agent-tools
@skillsoft/gamut-icons
@skillsoft/gamut-illustrations
@skillsoft/gamut-patterns
@skillsoft/gamut-styles
@skillsoft/gamut-tests
@skillsoft/variance
commit: |
dreamwasp
left a comment
There was a problem hiding this comment.
couple q's. yolo though
| on: | ||
| push: | ||
| branches: [main] | ||
| workflow_dispatch: |
There was a problem hiding this comment.
we should maybe think about when we want things to get to the Docs website knowing that we will be releasing to from main -> beta -> production. maybe we have diff versions of the site or a dropdown?
There was a problem hiding this comment.
Smart, I'll ticket this out!
| // sidebar replaces the others instead of all six being stacked in one long list. | ||
| export default defineConfig({ | ||
| site: 'https://gamut.skillsoft.com', | ||
| site: 'https://codecademy.github.io', |
There was a problem hiding this comment.
it's because the repo is under codecademy, so this is the default for GH pages
will change ASAP after setting up DNS!
Overview
Set up Gamut Starlight docs and Storybook for deployment to GitHub Pages, with dual-server dev mode for local testing.
PR Checklist
Testing Instructions
yarn startand verify both Starlight docs (port 3333) and Storybook (port 6006) launch in parallelPR Links and Envs
N/A