Verify link action
Jekyll / test-ci-actions (push) Failing after 22s
Details
Jekyll / test-ci-actions (push) Failing after 22s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
deb9c59da4
commit
bf8334e31c
|
@ -48,5 +48,6 @@ jobs:
|
||||||
docker-compose run --rm -v "${JOB_CONTAINER_NAME}:/home/ubuntu/workspace" jekyll build --verbose
|
docker-compose run --rm -v "${JOB_CONTAINER_NAME}:/home/ubuntu/workspace" jekyll build --verbose
|
||||||
- name: Verify site
|
- name: Verify site
|
||||||
id: verify_site
|
id: verify_site
|
||||||
run: |
|
uses: LeastAuthority/broken-links-action@v1
|
||||||
tree _site
|
with:
|
||||||
|
path: ./_site
|
||||||
|
|
Loading…
Reference in New Issue