From ca143f62711faa696583ae9de4ea29ae63eb1106 Mon Sep 17 00:00:00 2001 From: simrndeepsingh <45291247+simrndeepsingh@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:30:56 +0530 Subject: [PATCH 1/2] fix: deploy demo with GitHub Pages workflow (#2) --- .github/workflows/deploy-demo.yml | 3 +-- demo/index.html | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index 5105dee..67f17c2 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -1,10 +1,9 @@ name: Deploy Demo on: + workflow_dispatch: push: branches: [master] - paths: - - "demo/**" permissions: contents: read diff --git a/demo/index.html b/demo/index.html index 7ea6161..d303fc1 100644 --- a/demo/index.html +++ b/demo/index.html @@ -4,7 +4,7 @@