From 1c243c710abac024c79826eb2c19a705818d9206 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Thu, 24 Oct 2024 10:34:14 -0700 Subject: [PATCH] Build from main instead of docusaurus --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 24001dae..425ef40f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: push: branches: - - docusaurus + - main # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.