We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab9e07 commit af05155Copy full SHA for af05155
.github/workflows/generate-docs.yml
@@ -31,7 +31,13 @@ jobs:
31
run: composer install --prefer-dist --no-interaction --no-progress
32
33
- name: Generate Markdown documentation
34
- run: vendor/bin/phpdoc --directory=src --target=docs --template="vendor/saggre/phpdocumentor-markdown/themes/markdown"
+ 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
41
42
- name: Commit and push updates
43
run: |
0 commit comments