Skip to content

Commit e6d99cf

Browse files
committed
api_refs.yaml: Fix rest_api_reference.html path
1 parent 7f0ec5c commit e6d99cf

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
@@ -76,7 +76,7 @@ jobs:
7676
git add tools/php_api_ref/.phpdoc/template/package-edition-map.twig
7777
fi
7878
git commit -m "PHP API Ref HTML"
79-
git add doc/api/rest_api/rest_api_reference/rest_api_reference.html
79+
git add docs/api/rest_api/rest_api_reference/rest_api_reference.html
8080
git commit -m "REST API Ref HTML"
8181
8282
- name: Create Pull Request

0 commit comments

Comments
 (0)