GitHub Deployment

You can already preview the site locally. Now it’s time to publish it to the Internet so everyone can access it!

The template includes .github/workflows/deploy.yml. You can deploy your site to GitHub Pages easily with GitHub Actions. You only need to:

  1. Go to your GitHub repository;
  2. Navigate to Settings, then click Pages;
  3. Under Build and deployment, choose GitHub Actions as the source.

Now, every time you push to the main branch, your site will be built and deployed automatically.

Read Wiki - Deploying to GitHub Pages to learn more.