From 563f7ab2c2691e4690650da1b4d30eaff834db61 Mon Sep 17 00:00:00 2001 From: ethanc8 Date: Tue, 6 Aug 2024 17:45:55 -0500 Subject: [PATCH] [ci] publish main branch to titanrobotics2022.com/docs/main --- .github/workflows/sphinx.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 1cbe34d..2046cd6 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -24,4 +24,5 @@ jobs: if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: build/html \ No newline at end of file + publish_dir: build/html + destination_dir: main \ No newline at end of file