Skip to content

Commit

Permalink
update instructions for enabling GitHub Pages deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGupta1 committed Oct 7, 2024
1 parent f57a7bd commit 48ccd88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ Since this project uses WebGPU, it is easy to deploy it on the web for anyone to
- Go to the "Pages" tab
- Under "Build and Deployment", set "Source" to "GitHub Actions"

Once you've done that, any new commit to the `main` branch should automatically deploy to the URL `<username>.github.io/<repo_name>`.
You will also need to go to the "Actions" tab in your repository and enable workflows there.

Once you've done those steps, any new commit to the `main` branch should automatically deploy to the URL `<username>.github.io/<repo_name>`.

## Requirements

Expand Down

0 comments on commit 48ccd88

Please sign in to comment.