diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1270293..d791386 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,4 +69,10 @@ jobs: - name: Generate documentation # create documentation folder if not exists then run phpdoc - run: docker run --rm -v ${{ github.workspace }}:/data phpdoc/phpdoc:latest run -d src -t docs \ No newline at end of file + run: docker run --rm -v ${{ github.workspace }}:/data phpdoc/phpdoc:latest run -d src -t docs + + - name: Deploy documentation + uses: JamesIves/github-pages-deploy-action@4.1.4 + with: + branch: main + folder: docs \ No newline at end of file