Implement Jekyll CI workflow with docker #2
|
@ -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