Skip to content

Commit

Permalink
remove this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Dec 4, 2024
1 parent c3abbf8 commit 00ce1cb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
build:
name: Build site
runs-on: ubuntu-latest
if: github.repository_owner == 'silverstripe'
permissions:
contents: read
steps:
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions conf/themes/silverstripe/404.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en-NZ">
<head>
{# NOTE: Do not put this file into the manifest.yml, as that would render it per version rather than in the base dir #}
<base href="/api.silverstripe.org/">
<title>Not Found | {{ project.config('title') }}</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
1 change: 1 addition & 0 deletions conf/themes/silverstripe/main_index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
{# NOTE: Do not put this file into the manifest.yml, as that would render it per version rather than as the main index file #}
<base href="/api.silverstripe.org/">
<title>Redirecting...</title>
<link rel="canonical" href="https://api.silverstripe.org/{{ default_version }}/index.html" />
<meta charset="UTF-8" />
Expand Down
1 change: 1 addition & 0 deletions conf/themes/silverstripe/main_search.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
{# NOTE: Do not put this file into the manifest.yml, as that would render it per version rather than in the base dir #}
<base href="/api.silverstripe.org/">
<title>Redirecting...</title>
<link rel="canonical" href="https://api.silverstripe.org/{{ default_version }}/search.html" />
<meta charset="UTF-8" />
Expand Down

0 comments on commit 00ce1cb

Please sign in to comment.