From 9044ed2510e536e4ae1a5c5371095be58dc1f199 Mon Sep 17 00:00:00 2001 From: Reece Bedding Date: Mon, 1 Jun 2026 13:54:30 +0100 Subject: [PATCH] fix: gh page deploy failure + copyright typo --- .github/workflows/deploy-pages.yml | 2 +- docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index b9c6f84..bb20c7a 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -33,7 +33,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile --non-interactive diff --git a/docusaurus.config.js b/docusaurus.config.js index 58c45bd..12c9b2b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -127,7 +127,7 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} Compliance Framwwork. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} Compliance Framework. Built with Docusaurus.`, }, prism: { theme: lightCodeTheme,