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 6 additions and 3 deletions
Showing only changes of commit 2617e930c5 - Show all commits

View File

@ -48,6 +48,9 @@ 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
uses: LeastAuthority/broken-links-action@v1 # uses: LeastAuthority/broken-links-action@v1
with: # with:
path: ./_site # path: ./_site
run: |
python3 --version
wget --version