Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Feb 14, 2024
1 parent 374e224 commit 36dacf8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: '16'
- run: yarn install
- run: npm run kv
- run: yarn kv-gc
- run: yarn build
#- name: Publish
#uses: cloudflare/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ monitors:

- id: radio-best
name: best fm
description: 'mp3/128/https
description: 'mp3/128/https'
url: 'https://stream3.bestfm.sk:8000/128.mp3'
method: HEAD
expectStatus: 302
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"build": "yarn css && flareact build",
"deploy": "yarn build && flareact publish",
"kv-gc": "node ./src/cli/gcMonitors.mjs",
"kv": "npm run kv-gc",
"format": "prettier --write '**/*.{js,css,json,md}'",
"css": "postcss public/tailwind.css -o public/style.css"
},
Expand Down

0 comments on commit 36dacf8

Please sign in to comment.