esp01s-serial-remote-controller

Serial communication from ESP-01S served webpage
Index Commits Files Refs README LICENSE
commit a298b655c2efde06f6b348accccdc8e27261195c
parent b58d37e802a71f1286dd109b39e9ac16c3f357d7
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Sun, 12 Apr 2026 13:11:20 -0300

Add manual trigger for deploying to gh-pages

Diffstat:
M.github/workflows/deploy.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
@@ -5,6 +5,7 @@ on:
     branches: [master]
     paths:
       - 'data/**'
+  workflow_dispatch:
 
 jobs:
   deploy: