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 622631f commit 17a33efCopy full SHA for 17a33ef
.drone.yml
@@ -536,25 +536,22 @@ name: docs
536
537
platform:
538
os: linux
539
- arch: amd64
540
-
541
-workspace:
542
- base: /go
543
- path: src/code.gitea.io/gitea
+ arch: arm64
544
545
steps:
546
- name: build-docs
547
pull: always
548
- image: webhippie/hugo:latest
+ image: plugins/hugo:latest
549
commands:
+ - apk add --no-cache make bash curl
550
- cd docs
551
- make trans-copy
552
- make clean
553
- make build
554
555
- name: publish-docs
556
557
- image: lucap/drone-netlify:latest
+ image: techknowlogick/drone-netlify:latest
558
settings:
559
path: docs/public/
560
site_id: d2260bae-7861-4c02-8646-8f6440b12672
0 commit comments