Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 752 Bytes

File metadata and controls

28 lines (18 loc) · 752 Bytes

gcm-bootcamp

Lab guides for GCM Bootcamp, built with Docusaurus and published to GitHub Pages.

Updating the Docs

1. Refresh — pull the latest changes

git pull origin main

2. Add and commit — stage and save your changes

git add <file(s)>
git commit -m "brief description of your change"

3. Push — publish your changes

git push origin main

GitHub Actions builds and deploys to GitHub Pages automatically. Check the Actions tab to confirm status.

For full contribution guidelines (local setup, adding labs, file naming conventions), see CONTRIBUTING.md.