fix typo in .github/workflows/check-documentation.yml

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
mahula 2023-11-08 08:31:35 +01:00 committed by GitHub
parent 04b0bf5c29
commit 246c5e544c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@master uses: actions/checkout@master
- name: Check, if all .md files listed in SUMMARY.dm exist in current branch - name: Check, if all .md files listed in SUMMARY.md exist in current branch
run: | run: |
if [ ! -f "SUMMARY.md" ]; then if [ ! -f "SUMMARY.md" ]; then
echo "The file SUMMARY.md does not exist." echo "The file SUMMARY.md does not exist."