File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 43
43
#TODO: On 5.0, update tool to handle both PHP & REST APIs
44
44
tools/php_api_ref/phpdoc.sh
45
45
#DEBUG
46
+ echo '--'
47
+ echo '\E'
48
+ echo "\E"
49
+ echo '\E' > tmp.txt
50
+ echo "\E" >> tmp.txt
51
+ cat tmp.txt
52
+ echo '=='
53
+ rm tmp.txt
46
54
cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
47
55
48
56
- name : Commit
51
59
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
52
60
git add docs/api/php_api/php_api_reference/ tools/php_api_ref/.phpdoc/template/package-edition-map.twig
53
61
git commit -m "PHP API Ref HTML"
54
- #DEBUG
55
- cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
56
62
#TODO: git add doc/api/rest_api/rest_api_reference/rest_api_reference.html
57
63
#TODO: git commit -m "REST API Ref HTML"
58
64
#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