How to deploy your Website to GitHub Pages using GitHub Actions
Step 1: Organize Files
Place your HTML file, CSS file, and assets/js in a dedicated folder. Let's call it website.
The folder structure should look something like this.
├── .github/workflows/deploy.yml # we'll talk about this later
├── /W...
highonbugs.sbk2k1.in5 min read