Publishing to GitHub Pages
The repository you created on the previous page is where the files for your comic are kept. In order to actually display those files as a proper website, you'll need to publish to GitHub Pages. This page walks you through those steps.
In your repository, go to the Settings tab.
Click the Settings option In the sidebar, click Pages.
Go to Pages Under Source, select GitHub Actions from the dropdown.
Select GitHub Actions Click Save. Once you do, GitHub will automatically publish your repository to GitHub Pages!
Success!
Now you're ready to make changes to your website! As soon as you do and push your changes up to GitHub, it will automatically build and deploy your website for you! Please move onto the next section so we can set up the application that will let you move your own files into the repository.
Last updated