From 41a3fc0f3fb28c024d0800a1f01a78782b29197f Mon Sep 17 00:00:00 2001 From: eric Liu Date: Tue, 19 Sep 2023 04:06:00 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ec6af0c..42e8008 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,7 +39,7 @@ steps: - name: output path: /output commands: - - sed -i 's/\[commit\]/\[${DRONE_COMMIT_SHA:0:7}\]/g' layouts/partials/footer.html + - sed -i 's/\[commit\]/\[${DRONE_COMMIT_SHA:0:7}\]/g' /output/index.html - name: git-push image: appleboy/drone-git-push:0.2.0-linux-amd64 volumes: