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 6c76238 commit 1a76fb3Copy full SHA for 1a76fb3
.github/workflows/api_refs.yaml
@@ -69,7 +69,12 @@ jobs:
69
run: |
70
git config --global user.name "${GITHUB_ACTOR}"
71
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
72
- git add docs/api/php_api/php_api_reference/ tools/api_refs/.phpdoc/template/package-edition-map.twig
+ git add docs/api/php_api/php_api_reference/
73
+ if [[ '4.6' != $BASE_BRANCH ]]; then
74
+ git add tools/api_refs/.phpdoc/template/package-edition-map.twig
75
+ else
76
+ git add tools/php_api_ref/.phpdoc/template/package-edition-map.twig
77
+ fi
78
git commit -m "PHP API Ref HTML"
79
git add doc/api/rest_api/rest_api_reference/rest_api_reference.html
80
git commit -m "REST API Ref HTML"
0 commit comments