diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d7e372b..de98397 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,6 +53,7 @@ jobs: mkdir -p _site/dev cp -r dev-content/* _site/dev/ 2>/dev/null || true + cp -r dev-content/content _site/dev/ 2>/dev/null || true # Inject dev badge with date DEV_DATE=$(date -u +"%Y-%m-%d %H:%M UTC") diff --git a/content/wardrive.js b/content/wardrive.js index c130622..fe7b696 100644 --- a/content/wardrive.js +++ b/content/wardrive.js @@ -5,7 +5,7 @@ // - Manual "Send Ping" and Auto mode (interval selectable: 15/30/60s) // - Acquire wake lock during auto mode to keep screen awake -import { WebBleConnection } from "/content/mc/index.js"; // your BLE client +import { WebBleConnection } from "./mc/index.js"; // your BLE client // ---- Config ---- const CHANNEL_NAME = "#wardriving"; // change to "#wardrive" if needed diff --git a/index.html b/index.html index e367651..2324745 100644 --- a/index.html +++ b/index.html @@ -200,7 +200,7 @@

Session Pings