This repo builds a VitePress site for the DevOps Workshop on CI/CD with GitHub Actions.
- Fork this repo.
- Clone your fork:
git clone <your-fork-url> - Install dependencies:
pnpm install - Run the dev server:
pnpm dev - Build for production:
pnpm build
main: Starter boilerplate for participants to fork.progress: Full implementation for facilitators.
The site deploys to GitHub Pages on pushes to main.
To deploy manually: pnpm build && npx gh-pages -d .vitepress/dist