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