diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index b3c40e7..b52d944 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -48,6 +48,7 @@ jobs: uses: "actions/checkout@v4" with: path: "docs" + token: "${{ secrets.GITHUB_TOKEN }}" - name: "Download docs" uses: "actions/download-artifact@v4" diff --git a/.phpdoc/template/components/header-title.html.twig b/.phpdoc/template/components/header-title.html.twig new file mode 100644 index 0000000..a405a10 --- /dev/null +++ b/.phpdoc/template/components/header-title.html.twig @@ -0,0 +1,10 @@ +

+ + + + + + + {{ project.name }} + +

\ No newline at end of file diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index 445fbec..410e00c 100644 --- a/phpdoc.dist.xml +++ b/phpdoc.dist.xml @@ -4,11 +4,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://www.phpdoc.org" > - phpDocumentor + Creode - WordPress Blocks build/docs + +