This commit is contained in:
+8
-18
@@ -1,25 +1,15 @@
|
||||
kind: pipeline
|
||||
name: mkdocs build and deploy
|
||||
type: docker
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
name: mkdocs build and deploy
|
||||
type: docker
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
||||
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
|
||||
image: plugins/docker
|
||||
output: ./site
|
||||
|
||||
Reference in New Issue
Block a user