diff --git a/.drone.yml b/.drone.yml index 1b4c41b..3b160de 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,7 @@ kind: pipeline name: mkdocs build and deploy type: docker + platform: os: linux arch: arm64 @@ -8,9 +9,9 @@ platform: trigger: branch: - master - + steps: - + - name: build mkdocs site image: plugins/docker output: ./site