mirror of
https://github.com/thegeeklab/woodpecker-plugins.git
synced 2024-11-10 03:20:38 +00:00
ci: switch to linkchecker (#26)
This commit is contained in:
parent
fa79b8a542
commit
53a0ad214c
@ -46,14 +46,14 @@ local PipelineDocs = {
|
||||
name: 'testbuild',
|
||||
image: 'thegeeklab/hugo:0.97.3',
|
||||
commands: [
|
||||
'hugo --panicOnWarning -b http://localhost/',
|
||||
'hugo --panicOnWarning -b http://localhost:8000/',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'link-validation',
|
||||
image: 'thegeeklab/link-validator',
|
||||
commands: [
|
||||
'link-validator -ro',
|
||||
'link-validator --nice --external --skip-file .linkcheckignore',
|
||||
],
|
||||
environment: {
|
||||
LINK_VALIDATOR_BASE_DIR: 'public',
|
||||
|
@ -37,12 +37,12 @@ steps:
|
||||
- name: testbuild
|
||||
image: thegeeklab/hugo:0.97.3
|
||||
commands:
|
||||
- hugo --panicOnWarning -b http://localhost/
|
||||
- hugo --panicOnWarning -b http://localhost:8000/
|
||||
|
||||
- name: link-validation
|
||||
image: thegeeklab/link-validator
|
||||
commands:
|
||||
- link-validator -ro
|
||||
- link-validator --nice --external --skip-file .linkcheckignore
|
||||
environment:
|
||||
LINK_VALIDATOR_BASE_DIR: public
|
||||
|
||||
@ -87,6 +87,6 @@ trigger:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: daefbd7df338b4ad5e69f10a57672d93acc992468ab407694b241ba7c810c184
|
||||
hmac: 21b711c2a7408288c869215d702e496ec5d887e7e817d23d12d21990f30a18d3
|
||||
|
||||
...
|
||||
|
21
.gitignore
vendored
21
.gitignore
vendored
@ -1,4 +1,17 @@
|
||||
public/
|
||||
resources/_gen/
|
||||
themes/
|
||||
content/**/
|
||||
# local environments
|
||||
.swp
|
||||
.env*
|
||||
/dist/
|
||||
/build/
|
||||
/node_modules/
|
||||
|
||||
# auto-generated files
|
||||
/themes/
|
||||
/public/
|
||||
/static/
|
||||
/resources/
|
||||
/content/**/
|
||||
/content/collections/
|
||||
|
||||
# hugo
|
||||
.hugo_build.lock
|
||||
|
0
.linkcheckignore
Normal file
0
.linkcheckignore
Normal file
Loading…
Reference in New Issue
Block a user