Cleanup
Jekyll / jekyll (push) Successful in 21s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-23 12:01:15 +02:00
parent 4428c78f0d
commit fcf1b29db2
1 changed files with 0 additions and 14 deletions

View File

@ -35,22 +35,8 @@ jobs:
run: |
# The environment variables _UID, _GID, _USER and _GROUP will impact this image
docker-compose build jekyll
- name: Verify Jekyll container
id: verify_image
run: |
docker-compose run --rm -v "${JOB_CONTAINER_NAME}/:/appdata" \
--entrypoint bash \
jekyll -c "whoami; pwd; ls -lA ."
- name: Build Jekyll site
id: build_site
run: |
docker-compose run --rm -v "${JOB_CONTAINER_NAME}:/appdata" \
jekyll build --verbose
- name: Verify site
id: verify_site
# uses: LeastAuthority/broken-links-action@v1
# with:
# path: ./_site
run: |
python3 --version
wget --version