Update hugobuild.drone.yml
continuous-integration/drone/push Build encountered an error Details

InkSoul 2024-01-03 20:26:22 +08:00
parent 1f424dfa11
commit b161b5450c
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@ type: docker
name: blog-publish
clone:
disable: true # 启用代码拉取
disable: false # 启用代码拉取
depth: 1
steps:
@ -15,6 +15,8 @@ steps:
restore: true
cache_key: "volume"
archive_format: "gzip"
mount:
- ./cache
volumes:
- name: cache
path: /tmp/cache
@ -38,6 +40,8 @@ steps:
rebuild: true
cache_key: "volume"
archive_format: "gzip"
mount:
- ./cache
volumes:
- name: cache
path: /tmp/cache