second try to deploy with a git

This commit is contained in:
David E. Perez Negron R. 2024-04-30 22:02:16 -06:00
parent d791f39a0a
commit 386348c180
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"build": { "build": {
"image": "denoland/deno", "image": "denoland/deno",
"command": "apt install git && deno task build", "command": "apt update && apt -y install git && deno task build",
"publicDir": "_site" "publicDir": "_site"
} }
} }