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 f0ffcc7 commit 4b96490
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: check which git version is installed
run: git version
- name: list contents
run: ls -al && pwd
- name: Generate documentation
run: generate-docs.sh
- name: Check if documentation is up-to-date
run: cd /__w/helm-charts/helm-charts && git diff --exit-code HEAD
run: cd /__w/helm-charts/helm-charts && ls -al && pwd && git diff --exit-code HEAD
- name: Check readme
shell: bash
run: |
Expand Down

0 comments on commit 4b96490

Please sign in to comment.