diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml new file mode 100644 index 0000000..16f50eb --- /dev/null +++ b/.github/workflows/documentation.yml @@ -0,0 +1,20 @@ +name: Documentation + +on: + push: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: PhpDocumentor + uses: katrinaas/actions-phpDocumentor@v1 + - name: Save the changes + uses: EndBug/add-and-commit@v7 + with: + add: "docs" + message: Adding generated Documentation \ No newline at end of file diff --git a/.gitignore b/.gitignore index 2ff732f..1640e17 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ ### Project related vendor/ .idea/ +build/ logs/* diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml new file mode 100644 index 0000000..1072e5e --- /dev/null +++ b/phpdoc.dist.xml @@ -0,0 +1,19 @@ + + + + docs/ + build/cache + + + + + src + + + + \ No newline at end of file