Skip to content

Commit 5f0c120

Browse files
Refine docs to require own repo for Pages publishing
Co-authored-by: jamesmontemagno <1676321+jamesmontemagno@users.noreply.github.com>
1 parent 6bd20fb commit 5f0c120

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

workshop/01-setup.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this section, you'll set up your development environment and teach GitHub Cop
2222
- Visibility: **Public**
2323
3. ✅ Your own Soc Ops repo is ready!
2424

25-
#### Option B: Open directly in Codespaces (no template/fork)
25+
#### Option B: Open directly in Codespaces (no template or fork)
2626

2727
1. Open [codespaces/new/copilot-dev-days/agent-lab-typescript](https://github.com/codespaces/new/copilot-dev-days/agent-lab-typescript)
2828
2. Create a new Codespace
@@ -38,9 +38,7 @@ If you used **Option A**, continue with this step.
3838
2. Under "Build and deployment", change *Deploy from a branch* to **GitHub Actions**
3939
3. ✅ Any commit will now publish to: `https://{username}.github.io/{repo-name}`
4040

41-
### Step 3: Clone & Open in VS Code
42-
43-
If you used **Option A**, do this step.
41+
### Step 3 (Option A only): Clone & Open in VS Code
4442

4543
1. Open VS Code
4644
2. Run command: `Git: Clone``Clone from GitHub`

workshop/GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
## 🚀 Quick Setup
3333

3434
```
35-
# Option A (recommended for full lab with publishing):
35+
# Option A (recommended if you want to publish to GitHub Pages):
3636
# 1. Use template at github.com/copilot-dev-days/agent-lab-typescript
3737
# 2. Enable GitHub Pages (Settings > Pages > GitHub Actions)
3838
# 3. Clone in VS Code

0 commit comments

Comments
 (0)