Skip to content

Commit 7e756af

Browse files
committed
💄 rename phpdoc.xml for consistency
1 parent 2f0b169 commit 7e756af

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
extensions: fileinfo, gd, imagick, json, mbstring
7171

7272
- name: "Build Docs"
73-
run: phpdoc --config=phpdoc.xml
73+
run: phpdoc --config=phpdoc.xml.dist
7474

7575
- name: "Publish Docs to gh-pages"
7676
uses: JamesIves/github-pages-deploy-action@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ docs/*
1616
vendor/*
1717
composer.lock
1818
phpcs.xml
19+
phpdoc.xml
1920
phpmd.xml
2021
phpunit.xml
File renamed without changes.

0 commit comments

Comments
 (0)