diff --git a/.drone.yml b/.drone.yml index ad6761d..1cc0cd1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,10 @@ kind: pipeline type: docker name: build + +clone: + depth: 0 + steps: - name: build image: squidfunk/mkdocs-material:7.1.9 @@ -13,7 +17,8 @@ steps: - mkdocs build - cp -r site/ /site - chmod -R 777 /site + volumes: - name: site host: - path: /root/sa6anw + path: /root/sa6anw \ No newline at end of file