Skip to content

Commit

Permalink
fix docs source dir
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Dec 23, 2023
1 parent e04b645 commit 92d5837
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .woodpecker/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ steps:
image: quay.io/thegeeklab/alpine-tools
group: test
commands:
- spellchecker --files '_docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls
- spellchecker --files 'docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls
environment:
FORCE_COLOR: "true"

- name: link-validation
image: docker.io/lycheeverse/lychee
group: test
commands:
- lychee --no-progress --format detailed _docs/content README.md
- lychee --no-progress --format detailed docs/content README.md

- name: publish
image: quay.io/thegeeklab/wp-git-action
Expand All @@ -37,7 +37,7 @@ steps:
message: "[skip ci] auto-update documentation"
netrc_password:
from_secret: github_token
pages_directory: _docs/
pages_directory: docs/
when:
- event: [push, manual]
branch:
Expand All @@ -58,7 +58,7 @@ steps:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
status: [success]
status: [success, failure]

- name: pushrm-quay
image: docker.io/chko/docker-pushrm:1
Expand Down

0 comments on commit 92d5837

Please sign in to comment.