Skip to content

Commit 2338db6

Browse files
committed
api_refs.yaml: Try to debug the \E issue
1 parent 042e1b5 commit 2338db6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/api_refs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,17 @@ jobs:
4242
composer config --global http-basic.updates.ibexa.co $SATIS_NETWORK_KEY $SATIS_NETWORK_TOKEN
4343
#TODO: On 5.0, update tool to handle both PHP & REST APIs
4444
tools/php_api_ref/phpdoc.sh
45+
#DEBUG
46+
cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
4547
4648
- name: Commit
4749
run: |
4850
git config --global user.name "${GITHUB_ACTOR}"
4951
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
5052
git add docs/api/php_api/php_api_reference/ tools/php_api_ref/.phpdoc/template/package-edition-map.twig
5153
git commit -m "PHP API Ref HTML"
54+
#DEBUG
55+
cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
5256
#TODO: git add doc/api/rest_api/rest_api_reference/rest_api_reference.html
5357
#TODO: git commit -m "REST API Ref HTML"
5458
#TODO: permission to push? Use an action? https://github.com/marketplace/actions/github-push

0 commit comments

Comments
 (0)