Skip to content

Commit af05155

Browse files
committed
feat: update
1 parent 4ab9e07 commit af05155

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/generate-docs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ jobs:
3131
run: composer install --prefer-dist --no-interaction --no-progress
3232

3333
- name: Generate Markdown documentation
34-
run: vendor/bin/phpdoc --directory=src --target=docs --template="vendor/saggre/phpdocumentor-markdown/themes/markdown"
34+
run: |
35+
vendor/bin/phpdoc \
36+
--directory=src \
37+
--target=docs \
38+
--template="vendor/saggre/phpdocumentor-markdown/themes/markdown" \
39+
--title="PHP SDK for Lingo.dev" \
40+
--visibility=public
3541
3642
- name: Commit and push updates
3743
run: |

0 commit comments

Comments
 (0)