Skip to content

Commit

Permalink
Use correct docs path for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nginx-jack committed Jul 29, 2024
1 parent 5b14340 commit 66d07e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
branches:
- "*"

Check failure on line 17 in .github/workflows/docs-build-push.yml

View workflow job for this annotation

GitHub Actions / YAML lint

[yamllint] reported by reviewdog 🐶 [error] wrong indentation: expected 4 but found 6 (indentation) Raw Output: ./.github/workflows/docs-build-push.yml:17:7: [error] wrong indentation: expected 4 but found 6 (indentation)
paths:
- "docs/**"
- "site/**"

Check failure on line 19 in .github/workflows/docs-build-push.yml

View workflow job for this annotation

GitHub Actions / YAML lint

[yamllint] reported by reviewdog 🐶 [error] wrong indentation: expected 4 but found 6 (indentation) Raw Output: ./.github/workflows/docs-build-push.yml:19:7: [error] wrong indentation: expected 4 but found 6 (indentation)

jobs:
call-docs-build-push:
Expand Down

0 comments on commit 66d07e8

Please sign in to comment.