Skip to content

Commit

Permalink
Update prepare.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth authored Jun 10, 2022
1 parent 114f2aa commit c6c2e1d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
- name: check .git content
run: ls -al .git
- name: check Git version before upgrade
run: git version
- name: upgrade Git
run: apk update && apk add --upgrade git
- name: check Git version after upgrade
run: git version
- name: Check if documentation is up-to-date
run: generate-docs.sh && git diff --exit-code HEAD

Expand Down

0 comments on commit c6c2e1d

Please sign in to comment.