From c46a889449d22abd122b604f5895bc6a077ddebc Mon Sep 17 00:00:00 2001 From: Rob Moffat Date: Sat, 10 Feb 2024 21:35:51 +0000 Subject: [PATCH] Fixing gh actions --- .github/workflows/deploy.yml | 2 +- docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 17368a584..4deed3557 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages on: push: branches: - - main + - master # Review gh actions docs if you want to further define triggers, paths, etc # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on diff --git a/docusaurus.config.js b/docusaurus.config.js index b4ac4333a..a2607444d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -25,7 +25,7 @@ const config = { // If you aren't using GitHub pages, you don't need these. organizationName: 'risk-first', // Usually your GitHub org/user name. projectName: 'website', // Usually your repo name. - deploymentBranch: 'main', + deploymentBranch: 'master', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn',