[stlitepack] Github Pages Workflow mode selected.
To complete setup:
- BEFORE COMMITING THE NEWLY CREATED FILES, Go to your repository Settings -> Pages.
- Under "Build and deployment", set:
- Source: Github Actions
- NOW commit the following files:
- the deploy.yml file that has been created in .github/workflows
- the
index.htmlthat was created in the specified folder in your repository - the
404.htmland.nojekyllfiles that have been created in the root of your repository
- Visit your deployed app at https://your-github-username.github.io/your-repo-name/
- note that it may take a few minutes for the app to finish deploying