debug #116

Closed
xoxys wants to merge 10 commits from debug into main
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@ steps:
image: quay.io/thegeeklab/alpine-tools
group: test
commands:
- pwd
- ls -l themes/hugo-geekdoc/
- ls -l /woodpecker/src/gitea.rknet.org/ansible/galaxy
- ls -l /woodpecker/src/gitea.rknet.org/ansible/galaxy/content
- ls -l /woodpecker/src/gitea.rknet.org/ansible/galaxy/content/collections
- ls -l /woodpecker/src/gitea.rknet.org/ansible/galaxy/content/collections/general
- spellchecker --files 'content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title
environment:
FORCE_COLOR: "true"