File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,17 @@ jobs:
42
42
composer config --global http-basic.updates.ibexa.co $SATIS_NETWORK_KEY $SATIS_NETWORK_TOKEN
43
43
#TODO: On 5.0, update tool to handle both PHP & REST APIs
44
44
tools/php_api_ref/phpdoc.sh
45
+ #DEBUG
46
+ cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
45
47
46
48
- name : Commit
47
49
run : |
48
50
git config --global user.name "${GITHUB_ACTOR}"
49
51
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
50
52
git add docs/api/php_api/php_api_reference/ tools/php_api_ref/.phpdoc/template/package-edition-map.twig
51
53
git commit -m "PHP API Ref HTML"
54
+ #DEBUG
55
+ cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
52
56
#TODO: git add doc/api/rest_api/rest_api_reference/rest_api_reference.html
53
57
#TODO: git commit -m "REST API Ref HTML"
54
58
#TODO: permission to push? Use an action? https://github.com/marketplace/actions/github-push
You can’t perform that action at this time.
0 commit comments