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