From 48ccd88c5250de7766871c86884ed54d0e6e4071 Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Mon, 7 Oct 2024 17:58:11 -0400 Subject: [PATCH] update instructions for enabling GitHub Pages deploy action --- INSTRUCTIONS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTRUCTIONS.md b/INSTRUCTIONS.md index 5e11ff5..65230f3 100644 --- a/INSTRUCTIONS.md +++ b/INSTRUCTIONS.md @@ -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 `.github.io/`. +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 `.github.io/`. ## Requirements