You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,9 @@ This creates a `web` branch from your `main`. GitHub Pages will deploy from `web
43
43
44
44
### Step 3 — Enable GitHub Pages
45
45
46
-
In your fork: **Settings → Pages → Source → Deploy from a branch → `web` / `/ (root)`**.
46
+
In your fork: **Settings → Pages → Source → GitHub Actions**.
47
47
48
-
> If you see a `github-pages`environment already deploying, it may have already been configured by the workflow — check before changing.
48
+
> Do **not** set it to "Deploy from a branch". The deploy workflow uses `actions/deploy-pages`which requires the "GitHub Actions" source. Setting it to a branch will serve raw template files and show a blank page.
0 commit comments