Publishing to GitHub Pages

Click the Settings option 
Go to Pages 
Select GitHub Actions 
Success!
Last updated
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.
Even if you've only just created your repository from the previous page, the repo comes with some default text and images as a demonstration. Feel free to publish after creating to see how it works!
In your repository, go to the Settings tab.

In the sidebar, click Pages.

Under Source, select GitHub Actions from the dropdown.

Click Save. Once you do, GitHub will automatically publish your repository to GitHub Pages!

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