Mid-Summer Pages Check-in #134988
Replies: 2 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Pages community! Let’s do a mid-summer check-in
🧑💻 August Community Topic
What is your favorite front-end tech stack
Looking for a way to connect with the community? Write a quick “blog style” discussion about your favorite Front End Tech Stack and how you use it. Show off your work and methods, share your workflow, get feedback, and grow together!
🎉 Shout Out to Our Top Contributors in July
Thank you to all of our great contributors! These were the most active contributors in Pages last month.
@akruse10 and @knarrff took on some 404 errors involving DNS settings, DNS verification / DNS takeover, and Create-React-App configuration for Gh-Pages in a 3 week battle! View the hard-fought victory deployment.
@MaggieWillDesign and @CleverLemming1337 took on a tricky 404 error where it seemed that new files pushed to the repo did not show up in the deployment. It turns out they needed a
.nojekyll
file to keep jekyll from renaming files! Check out the DeploymentNotServedByPagesError
and SquareSpace. SquareSpace now defaults to thewww
variant of DNS naming schemas. So even though a user may expect their domain name to beexample.com
, with SquareSpace it is actuallywww.example.com
; this is super important when selecting theCustom Domain Name
setting inPages
settings.Dangerous Site
flag from Google, with help from @davevad93, @Damandeep-S, @knarrff, and @aishamc. Look out for naming conventions in your repo names; using names likenetflix_clone
can get your domain flagged (<username>.github.io) by Google. This results in all deployments associated with that domain being labeled as dangerous.🆕 What’s New
Sunsetting GitHub Pages’ legacy worker
.nojekyll
.nojekyll
to yourmain
branch (or whichever branch you run your build from)..nojekyll
file in yourmain
branch to avoid any issues..nojekyll
file for good measure.GitHub Actions Deployment
Github Actions is the new default method of deployment for Pages (Deploy from a branch is still available for now)
main
will automatically update your deployment. Or you can customize your workflow any way you want!Beta Was this translation helpful? Give feedback.
All reactions