Skip to content

Commit b57fd6b

Browse files
authored
Fix api_refs.yaml (#2912)
Fix path to package-edition-map.twig
1 parent 947c002 commit b57fd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api_refs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
else
5454
tools/php_api_ref/phpdoc.sh
5555
# Fix escape character:
56-
perl -pi -e 's/\e/\\E/g' tools/api_refs/php_api_ref/template/package-edition-map.twig
56+
perl -pi -e 's/\e/\\E/g' tools/php_api_ref/.phpdoc/template/package-edition-map.twig
5757
cd tools/raml2html/; composer install; cd -;
5858
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
5959
fi

0 commit comments

Comments
 (0)