second try to deploy with a git
This commit is contained in:
parent
d791f39a0a
commit
386348c180
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue