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 c6c2e1d commit f1df531
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
- 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 f1df531

Please sign in to comment.