Поправил .drone.yml

This commit is contained in:
Struchkov Mark 2023-02-26 18:47:03 +03:00
parent 00e82a1177
commit 9d59624372
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6

View File

@ -174,7 +174,7 @@ steps:
image: git.struchkov.dev/upagge/mkdocs-material-insiders:latest
volumes:
- name: mkdocs_cache
path: ${DRONE_WORKSPACE}/documentation/.cache
path: ${DRONE_WORKSPACE}/documentation/ru/.cache
environment:
GIT_SSH:
from_secret: GIT_SSH
@ -203,6 +203,6 @@ volumes:
path: /drone/volume/mkdocs_cache/gitlab_notification
---
kind: signature
hmac: 9e69b7ad31ecf7855e6c8509eb81905a134d172451c5214ce46f9678bd16d2ab
hmac: ea18fda1b2bd15fe53018afe23f3b3d1b8bef940c3f4b0b759670e8ee4006a1e
...