Skip to content

Commit 5ae889f

Browse files
committed
Test
1 parent e7105b6 commit 5ae889f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@ jobs:
1616
container:
1717
image: danog/gojekyll
1818
steps:
19+
- name: Setup
20+
run: apt-get update && apt-get install -y git openssh-client
21+
1922
- name: Checkout
2023
uses: actions/checkout@v4
2124
with:
2225
ssh-key: ${{ secrets.DEPLOY_KEY }}
2326
fetch-depth: 0
2427

25-
- name: Setup
28+
- name: Build
2629
run: |
2730
git config --global user.email "daniil@daniil.it"
2831
git config --global user.name "Daniil Gentili"

0 commit comments

Comments
 (0)