From 4127cffd7d4d06717cd15073eff0e3733ff65e7f Mon Sep 17 00:00:00 2001 From: Loup <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:39:42 +0530 Subject: [PATCH] Changed master branch to main --- .github/workflows/deploy_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index b3d9aa43..8c0e759e 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -3,7 +3,7 @@ name: Deploy Documentation on: push: branches: - - master + - main jobs: build: @@ -46,4 +46,4 @@ jobs: id: deployment uses: actions/deploy-pages@v4 with: - artifact_name: sphinx_html_docs \ No newline at end of file + artifact_name: sphinx_html_docs