Deployment

GitHub Pages

If you have not already done so, sign in to GitHub and set up your GitHub Pages site by following their instructions.

Follow our registration guide to request your subdomain.

Publishing

From a branch:

  • Add a file named CNAME with the content <sub_domain>.mmdevs.org at source branch/source directory.
  • For details on configuring the publishing source for your GitHub Pages site, see the docs.

CNAME

text
<your_subdomain>.mmdevs.org

Using a workflow:

  • A CNAME file will not be processed when publishing a site via a workflow.
  • Add <sub_domain>.mmdevs.org as a custom domain at the following example URL.
  • More details are available in GitHub Docs.

example URL

text
https://github.com/{user_name}/{repo}/settings/pages

Vercel