From 4fb53196cb028a2a7ba753b864850f9380328a03 Mon Sep 17 00:00:00 2001 From: Jamie Sykes Date: Tue, 24 Dec 2024 11:54:35 +0000 Subject: [PATCH 1/3] Try using github token for auth when pulling down the project. --- .github/workflows/build-docs.yaml | 1 + 1 file changed, 1 insertion(+) 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" From eaf2a2679b617e176d4a4b5596b27acf90e46d3e Mon Sep 17 00:00:00 2001 From: Jamie Sykes Date: Tue, 24 Dec 2024 11:55:04 +0000 Subject: [PATCH 2/3] Overwrites header template to inject own logo. --- .phpdoc/template/components/header-title.html.twig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .phpdoc/template/components/header-title.html.twig 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 From 9507be0fdaa08540edbd12300ca40db45b28663f Mon Sep 17 00:00:00 2001 From: Jamie Sykes Date: Tue, 24 Dec 2024 11:55:12 +0000 Subject: [PATCH 3/3] Change colour and project name. --- phpdoc.dist.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + +