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 0f262ab commit 312b68cCopy full SHA for 312b68c
.github/workflows/api_refs.yaml
@@ -41,16 +41,9 @@ jobs:
41
run: |
42
composer config --global http-basic.updates.ibexa.co $SATIS_NETWORK_KEY $SATIS_NETWORK_TOKEN
43
#TODO: On 5.0, update tool to handle both PHP & REST APIs
44
- bash tools/php_api_ref/phpdoc.sh
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
+ tools/php_api_ref/phpdoc.sh
+ cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
+ sed -i 's//\\\E/' tools/php_api_ref/.phpdoc/template/package-edition-map.twig
54
cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
55
56
- name: Commit
0 commit comments