We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e44995 commit 6b1fa12Copy full SHA for 6b1fa12
.drone.yml
@@ -604,25 +604,22 @@ name: docs
604
605
platform:
606
os: linux
607
- arch: amd64
608
-
609
-workspace:
610
- base: /go
611
- path: src/code.gitea.io/gitea
+ arch: arm64
612
613
steps:
614
- name: build-docs
615
pull: always
616
- image: webhippie/hugo:latest
+ image: plugins/hugo:latest
617
commands:
+ - apk add --no-cache make bash curl
618
- cd docs
619
- make trans-copy
620
- make clean
621
- make build
622
623
- name: publish-docs
624
625
- image: lucap/drone-netlify:latest
+ image: techknowlogick/drone-netlify:latest
626
settings:
627
path: docs/public/
628
site_id: d2260bae-7861-4c02-8646-8f6440b12672
0 commit comments