Merge remote-tracking branch 'gitlab-saibotk/master' into deploy
This commit is contained in:
commit
bf2961dbb4
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@ stages:
|
||||||
|
|
||||||
spellcheck:
|
spellcheck:
|
||||||
stage: orthography
|
stage: orthography
|
||||||
image: docker.io/library/node:17.4
|
image: docker.io/library/node:17.6
|
||||||
before_script:
|
before_script:
|
||||||
- npm i -g markdown-spellcheck
|
- npm i -g markdown-spellcheck
|
||||||
script:
|
script:
|
||||||
- mdspell -r -n -a --en-gb "content/posts/*.md" "content/posts/*.markdown"
|
- mdspell -r -n -a --en-gb "content/posts/*.md" "content/posts/*.markdown"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: docker.io/cibuilds/hugo:0.92
|
image: docker.io/cibuilds/hugo:0.93
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
HUGO_ENV: production
|
HUGO_ENV: production
|
||||||
|
|
Loading…
Add table
Reference in a new issue