mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-04 17:11:34 +08:00
Add git to package dependency
This commit is contained in:
parent
0fe627d6d4
commit
20bf73f602
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ steps:
|
|||
CLOUDFLARE_API_TOKEN:
|
||||
from_secret: CLOUDFLARE_API_TOKEN
|
||||
commands:
|
||||
- apk add git
|
||||
- npm install --save-dev
|
||||
- npm run build
|
||||
- npx wrangler pages deploy "./build/" --project-name blog --branch master --commit-dirty
|
||||
|
|
Loading…
Add table
Reference in a new issue