mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-22 04:40:40 +00:00
ci: switch alpine-tools image (#460)
This commit is contained in:
parent
6eab385a9c
commit
5fc071d716
@ -168,9 +168,8 @@ steps:
|
||||
- markdownlint 'exampleSite/content/**/*.md' 'README.md'
|
||||
|
||||
- name: spellcheck
|
||||
image: node:lts-alpine
|
||||
image: thegeeklab/alpine-tools
|
||||
commands:
|
||||
- npm install -g spellchecker-cli
|
||||
- spellchecker --files 'exampleSite/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title --no-suggestions
|
||||
environment:
|
||||
FORCE_COLOR: true
|
||||
@ -208,9 +207,8 @@ steps:
|
||||
- hugo --panicOnWarning -s exampleSite/
|
||||
|
||||
- name: beautify
|
||||
image: node:lts-alpine
|
||||
image: thegeeklab/alpine-tools
|
||||
commands:
|
||||
- npm install -g js-beautify
|
||||
- html-beautify -r -f 'exampleSite/public/**/*.html'
|
||||
environment:
|
||||
FORCE_COLOR: true
|
||||
@ -284,6 +282,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: b78e05487435826d7285f2cd03cad603315861af89131f8f9d87ccd85cc3ca4f
|
||||
hmac: 174ee9580389384095c11bf1d67c9093de21ee35c1fb0873ee2e9c8925f5545c
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user