Skip to content

Commit d29bb93

Browse files
ci(deploy): add no-op install and build commands to esa.jsonc
Set installCommand and buildCommand to 'echo nice' in the gh-pages ESA config so the hosting service skips redundant build steps during deployment. Co-Authored-By: Hagicode <noreply@hagicode.com> Signed-off-by: newbe36524 <newbe36524@qq.com>
1 parent 4143d79 commit d29bb93

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/gh-pages/esa.jsonc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"name": "hagicode docs",
3+
"installCommand": "echo nice",
4+
"buildCommand": "echo nice",
35
"assets": {
46
"directory": "./dist",
57
"notFoundStrategy": "singlePageApplication"

0 commit comments

Comments
 (0)