Fix deploy (#1190)

* add @cloudflare/kv-asset-handler

* refactor workflow
This commit is contained in:
an-lee
2024-11-19 18:20:22 +08:00
committed by GitHub
parent 475a5dda67
commit 8eaea33b3b
3 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,6 @@ on:
- main
paths:
- "enjoy/**"
- "yarn.lock"
jobs:
e2e-test:
timeout-minutes: 60

View File

@@ -1,6 +1,7 @@
{
"name": "1000-hours",
"devDependencies": {
"@cloudflare/kv-asset-handler": "^0.3.4",
"markdown-it-footnote": "^4.0.0",
"markdown-it-ins": "^4.0.0",
"markdown-it-mark": "^4.0.0",

View File

@@ -9,6 +9,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "1000-hours@workspace:1000-hours"
dependencies:
"@cloudflare/kv-asset-handler": "npm:^0.3.4"
cheerio: "npm:^1.0.0"
markdown-it-footnote: "npm:^4.0.0"
markdown-it-ins: "npm:^4.0.0"