Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 672 Bytes

File metadata and controls

12 lines (11 loc) · 672 Bytes

[stlitepack] Github Pages Workflow mode selected.

To complete setup:

  1. BEFORE COMMITING THE NEWLY CREATED FILES, Go to your repository Settings -> Pages.
  2. Under "Build and deployment", set:
  • Source: Github Actions
  1. NOW commit the following files:
  • the deploy.yml file that has been created in .github/workflows
  • the index.html that was created in the specified folder in your repository
  • the 404.html and .nojekyll files that have been created in the root of your repository
  1. 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