Mise à jour de '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
gregandev 2022-12-19 02:58:05 +01:00
parent 6dffe386bd
commit 4b278925be
2 changed files with 13 additions and 13 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
---
kind: pipeline
type: docker
name: default
trigger:
branch:
- master
steps:
- name: Version check
image: jguyomard/hugo-builder
commands:
- echo "Checking Hugo version."

View File

@ -1,13 +0,0 @@
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master