We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5292c4c commit 55a617fCopy full SHA for 55a617f
1 file changed
.github/workflows/pages.yml
@@ -41,9 +41,9 @@ jobs:
41
mkdir -p _deploy/workshop/images
42
# Copy site assets (CSS, etc.)
43
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
+ # Use participant handout as landing page
+ cp docs/_site/workshop/participant-handout.html _deploy/index.html
+ # Copy participant handout pages
47
cp docs/_site/workshop/participant-handout.html _deploy/workshop/
48
cp docs/_site/workshop/participant-handout-setup.html _deploy/workshop/
49
cp docs/_site/workshop/participant-handout-exercise1.html _deploy/workshop/
0 commit comments