mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-10 20:11:28 +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:
|
CLOUDFLARE_API_TOKEN:
|
||||||
from_secret: CLOUDFLARE_API_TOKEN
|
from_secret: CLOUDFLARE_API_TOKEN
|
||||||
commands:
|
commands:
|
||||||
|
- apk add git
|
||||||
- npm install --save-dev
|
- npm install --save-dev
|
||||||
- npm run build
|
- npm run build
|
||||||
- npx wrangler pages deploy "./build/" --project-name blog --branch master --commit-dirty
|
- npx wrangler pages deploy "./build/" --project-name blog --branch master --commit-dirty
|
||||||
|
|
Loading…
Add table
Reference in a new issue