mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
fix typo in .github/workflows/check-documentation.yml
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
parent
04b0bf5c29
commit
246c5e544c
2
.github/workflows/check-documentation.yml
vendored
2
.github/workflows/check-documentation.yml
vendored
@ -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."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user