Update .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joakim Svensson 2025-05-09 20:51:58 +00:00
parent 4daf92ea49
commit 4b5940a85e
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,10 @@
kind: pipeline
type: docker
name: build
clone:
depth: 0
steps:
- name: build
image: squidfunk/mkdocs-material:7.1.9
@ -13,6 +17,7 @@ steps:
- mkdocs build
- cp -r site/ /site
- chmod -R 777 /site
volumes:
- name: site
host: