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: .github/workflows/contrib.yml
+3
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,9 @@ jobs:
43
43
# Generate HTML for link redirections.
44
44
python3 "$GENERATE_PY"
45
45
git add *.html
46
+
# WARN: The CNAME file is for GitHub to redirect requests to the custom domain.
47
+
# Missing this may entail security hazard and domain takeover.
48
+
# See <https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site#securing-your-custom-domain>
# WARN: The CNAME file is for GitHub to redirect requests to the custom domain.
43
+
# Missing this may entail security hazard and domain takeover.
44
+
# See <https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site#securing-your-custom-domain>
0 commit comments