Merge branch 'main' of ssh://git.sa6anw.se:2222/sa6anw/sa6anw.se
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joakim Svensson 2025-05-10 07:37:54 +00:00
commit 80b1d04715
1 changed files with 6 additions and 1 deletions

View File

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