Implement Jekyll CI workflow with docker #2

Merged
btlogy merged 60 commits from 1.test-ci into main 2024-05-23 12:16:39 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit bf8334e31c - Show all commits

View File

@ -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