Mise à jour de '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
bbc2e572f7
commit
64f972e743
26
.drone.yml
26
.drone.yml
@ -1,25 +1,15 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: mkdocs build and deploy
|
name: mkdocs build and deploy
|
||||||
type: docker
|
type: docker
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# - name: git pull submodules
|
|
||||||
# image: alpine/git
|
|
||||||
# settings:
|
|
||||||
# user:
|
|
||||||
# from_secret: GIT_USER
|
|
||||||
# password:
|
|
||||||
# from_secret: GIT_PASSWORD
|
|
||||||
# commands:
|
|
||||||
# - git submodule update --init --recursive
|
|
||||||
|
|
||||||
- name: build mkdocs site
|
- name: build mkdocs site
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
output: ./site
|
output: ./site
|
||||||
|
Loading…
x
Reference in New Issue
Block a user