Change GitHub hosting instructions
See original GitHub issueI need this specifically for the new GitHub pages /docs
feature. I want my output folder to be /docs
not /build
.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Configuring a custom domain for your GitHub Pages site
You can customize the domain name of your GitHub Pages site. GitHub Pages is available in public repositories with GitHub Free and GitHub...
Read more >Using custom domain for GitHub pages | by Hossain Khan
Go to your GitHub Pages site's repository settings. Under “Custom domain”, add or remove your custom domain and click “Save”. Setting “custom domain”...
Read more >Using GitHub Pages with Custom Domains | Pluralsight
Subdomains · On your site's repository, click the settings tab . · Under custom domain, type your custom domain and save. GitHub will ......
Read more >Deploying to GitHub Pages - Codecademy
Every time you make a change to your site, use the normal GitHub flow. That is, use git commit and git push to...
Read more >How do I link my domain to GitHub Pages - Namecheap
1. Set up 4 A records with @ pointing to: 185.199. · 2. Setup CNAME pointing www to your github host as in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can send in a PR for this.
As described in https://github.com/facebookincubator/create-react-app/pull/520#issuecomment-247811086, let’s find (or create) a CLI package that just publishes a directory to GH pages assuming
/docs
configuration.