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 947c002 commit b57fd6bCopy full SHA for b57fd6b
.github/workflows/api_refs.yaml
@@ -53,7 +53,7 @@ jobs:
53
else
54
tools/php_api_ref/phpdoc.sh
55
# Fix escape character:
56
- perl -pi -e 's/\e/\\E/g' tools/api_refs/php_api_ref/template/package-edition-map.twig
+ perl -pi -e 's/\e/\\E/g' tools/php_api_ref/.phpdoc/template/package-edition-map.twig
57
cd tools/raml2html/; composer install; cd -;
58
php tools/raml2html/raml2html.php build --non-standard-http-methods=COPY,MOVE,PUBLISH,SWAP -t default -o docs/api/rest_api/rest_api_reference/ docs/api/rest_api/rest_api_reference/input/ibexa.raml
59
fi
0 commit comments