wiki/.drone.yml
sthope e0b8ed0d99
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Build / build (push) Failing after 18s
lint / lint (push) Failing after 9s
Docker Compose Test / test (push) Failing after 5s
Initial commit
2024-05-05 21:56:32 +02:00

21 lines
343 B
YAML

---
kind: pipeline
type: docker
name: build
steps:
- name: build
image: squidfunk/mkdocs-material:7.1.9
volumes:
- name: site
path: /site
commands:
- /usr/local/bin/python -m pip install --upgrade pip
- mkdocs build
- cp -r site/ /site
- chmod -R 777 /site
volumes:
- name: site
host:
path: /home/sthope/docker/wiki