From 6a890f04488992f4dec6357b36e915167affb1a2 Mon Sep 17 00:00:00 2001 From: Alexander Sandor Date: Fri, 19 Jan 2024 10:51:26 +0100 Subject: [PATCH] test trigger deploy --- .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 79ef8b2..c925e1e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,6 @@ name: Deploy on: - push: + pull_request: branches: - main diff --git a/docusaurus.config.js b/docusaurus.config.js index 4bee492..1ce1c87 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { favicon: 'img/favicon.png', organizationName: 'serverpod', // Usually your GitHub org/user name. projectName: 'serverpod.github.io', // Usually your repo name. - deploymentBranch: 'main', + deploymentBranch: 'test-deploy-branch', trailingSlash: false, presets: [