Skip to content

Commit 55a617f

Browse files
author
UncleBats
committed
Fix: land directly on participant handout page
1 parent 5292c4c commit 55a617f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
mkdir -p _deploy/workshop/images
4242
# Copy site assets (CSS, etc.)
4343
cp -r docs/_site/assets _deploy/ 2>/dev/null || true
44-
# Copy landing page
45-
cp docs/_site/index.html _deploy/
46-
# Copy participant handout pages only
44+
# Use participant handout as landing page
45+
cp docs/_site/workshop/participant-handout.html _deploy/index.html
46+
# Copy participant handout pages
4747
cp docs/_site/workshop/participant-handout.html _deploy/workshop/
4848
cp docs/_site/workshop/participant-handout-setup.html _deploy/workshop/
4949
cp docs/_site/workshop/participant-handout-exercise1.html _deploy/workshop/

0 commit comments

Comments
 (0)