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

View File

@ -27,7 +27,7 @@ jobs:
- name: List files in the repository
id: list
run: |
ls ${{ gitea.workspace }}
ls -lA ${{ gitea.workspace }}
- name: Show status
id: status
run: echo "🍏 This job's status is ${{ job.status }}."
@ -47,7 +47,7 @@ jobs:
- name: Build Jekyll image
id: build_image
run: |
docker-compose build --build-arg uid=0 --build-arg gid=0 jekyll
docker-compose build jekyll
- name: Build Jekyll site
id: build_site
run: |