From 38756b3dafbb47dca00476f96d0543d2c7b3b372 Mon Sep 17 00:00:00 2001 From: Tyr Date: Tue, 12 Mar 2024 15:47:39 -0400 Subject: [PATCH] add test js --- .github/workflows/trigger.yml | 2 +- scripts/analysis.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 scripts/analysis.js diff --git a/.github/workflows/trigger.yml b/.github/workflows/trigger.yml index 4699ab9..b100395 100644 --- a/.github/workflows/trigger.yml +++ b/.github/workflows/trigger.yml @@ -5,7 +5,7 @@ on: # Runs on pushes targeting the default branch push: branches: ["markdowns"] - paths: ["publish/**"] + paths: ["publish/**", "scripts/**"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/scripts/analysis.js b/scripts/analysis.js new file mode 100644 index 0000000..fe13435 --- /dev/null +++ b/scripts/analysis.js @@ -0,0 +1,2 @@ +console.log("js-loaded"); +console.log(window.location); \ No newline at end of file