You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
354 B
20 lines
354 B
--- |
|
kind: pipeline |
|
type: docker |
|
name: buildsite |
|
steps: |
|
- name: build |
|
image: squidfunk/mkdocs-material |
|
pull: if-not-exists |
|
volumes: |
|
- name: site |
|
path: /site |
|
commands: |
|
- pip install -U -r ./requirements.txt |
|
- mkdocs build |
|
- cp -r site/ /site |
|
- chmod -R 777 /site |
|
volumes: |
|
- name: site |
|
host: |
|
path: /tank/appdata/nginx_zetdemowiki |