asdasd
continuous-integration/drone/push Build is passing Details

feature
thest1tch 2 years ago
parent d657636af0
commit a7dd5728fb

@ -4,22 +4,22 @@ type: docker
name: build-home-docs name: build-home-docs
steps: steps:
- name: build-docs - name: build-docs
image: squidfunk/mkdocs-material:9.1.15 image: squidfunk/mkdocs-material:9.1.15
pull: if-not-exists pull: if-not-exists
volumes: volumes:
- name: site - name: site
path: /site path: /site
commands: commands:
- pip install -U -r ./requirements.txt - pip install -U -r ./requirements.txt
- mkdocs build - mkdocs build
- cp -r site/ /site - cp -r site/ /site
- chmod -R 777 /site - chmod -R 777 /site
when: when:
event: push event: push
branch: main branch: main
volumes: volumes:
- name: site - name: site
host: host:
path: /opt/appdata/mkdocswiki path: /opt/appdata/mkdocswiki
Loading…
Cancel
Save