Skip to content

Commit

Permalink
add test js
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyr committed Mar 12, 2024
1 parent 6cf1eb2 commit 38756b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions scripts/analysis.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
console.log("js-loaded");
console.log(window.location);

0 comments on commit 38756b3

Please sign in to comment.