diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 36a9cb2..a5e1074 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -17,7 +17,6 @@ jobs: build: name: Build site runs-on: ubuntu-latest - if: github.repository_owner == 'silverstripe' permissions: contents: read steps: @@ -48,7 +47,6 @@ jobs: name: Deploy site needs: build runs-on: ubuntu-latest - if: github.repository_owner == 'silverstripe' permissions: pages: write id-token: write diff --git a/conf/themes/silverstripe/404.twig b/conf/themes/silverstripe/404.twig index 4f3a558..d132700 100644 --- a/conf/themes/silverstripe/404.twig +++ b/conf/themes/silverstripe/404.twig @@ -2,6 +2,7 @@ {# NOTE: Do not put this file into the manifest.yml, as that would render it per version rather than in the base dir #} + Not Found | {{ project.config('title') }} diff --git a/conf/themes/silverstripe/main_index.twig b/conf/themes/silverstripe/main_index.twig index a498649..64008a0 100644 --- a/conf/themes/silverstripe/main_index.twig +++ b/conf/themes/silverstripe/main_index.twig @@ -2,6 +2,7 @@ {# NOTE: Do not put this file into the manifest.yml, as that would render it per version rather than as the main index file #} + Redirecting... diff --git a/conf/themes/silverstripe/main_search.twig b/conf/themes/silverstripe/main_search.twig index d819029..d325e12 100644 --- a/conf/themes/silverstripe/main_search.twig +++ b/conf/themes/silverstripe/main_search.twig @@ -2,6 +2,7 @@ {# NOTE: Do not put this file into the manifest.yml, as that would render it per version rather than in the base dir #} + Redirecting...