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

feature
thest1tch 2 years ago
parent e74000a1fa
commit 6cbb6de946

@ -8,8 +8,8 @@ steps:
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: docs
path: /site path: /docs
commands: commands:
- pip install -U -r ./requirements.txt - pip install -U -r ./requirements.txt
- mkdocs build - mkdocs build
@ -17,6 +17,6 @@ steps:
event: push event: push
branch: main branch: main
volumes: volumes:
- name: site - name: docs
host: host:
path: /opt/appdata/mkdocswiki path: /opt/appdata/mkdocswiki
Loading…
Cancel
Save