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: docs/publishing/github-pages.qmd
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,9 @@ blog.example.com
311
311
```
312
312
::::
313
313
314
-
Commit `CNAME`, and push it to GitHub before completing the second step.
314
+
Quarto recognizes the `CNAME` file and will copy it your site output directory when you render.
315
+
Commit `CNAME` (and `docs/CNAME`, if you are publishing from `docs/`),
316
+
and push to GitHub before completing the second step.
315
317
316
318
Learn more about the second step, and troubleshooting tips in the [GitHub Pages documentation](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages).
0 commit comments