Merge remote-tracking branch 'gitlab-saibotk/master' into deploy
This commit is contained in:
commit
bb4f9ae427
2 changed files with 3 additions and 3 deletions
|
@ -15,14 +15,14 @@ stages:
|
|||
|
||||
spellcheck:
|
||||
stage: orthography
|
||||
image: docker.io/library/node:17.0
|
||||
image: docker.io/library/node:17.3
|
||||
before_script:
|
||||
- npm i -g markdown-spellcheck
|
||||
script:
|
||||
- mdspell -r -n -a --en-gb "content/posts/*.md" "content/posts/*.markdown"
|
||||
|
||||
build:
|
||||
image: docker.io/cibuilds/hugo:0.88
|
||||
image: docker.io/cibuilds/hugo:0.91
|
||||
stage: build
|
||||
variables:
|
||||
HUGO_ENV: production
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/library/nginx:1.21.3-alpine
|
||||
FROM docker.io/library/nginx:1.21.4-alpine
|
||||
|
||||
COPY ./public/ /usr/share/nginx/html/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue