From cf549c28b1b7375de735ad380717523f6d2b1c11 Mon Sep 17 00:00:00 2001 From: nateraw Date: Sun, 16 Oct 2022 15:51:29 -0400 Subject: [PATCH] :art: deploy docs from main not master --- .github/workflows/build_documentation.yml | 2 +- hfdocs/source/_config.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 hfdocs/source/_config.py diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 54aa59b1..b7d1f895 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -3,7 +3,7 @@ name: Build documentation on: push: branches: - - master + - main - doc-builder* - v*-release diff --git a/hfdocs/source/_config.py b/hfdocs/source/_config.py deleted file mode 100644 index ed950717..00000000 --- a/hfdocs/source/_config.py +++ /dev/null @@ -1 +0,0 @@ -default_branch_name = "master" \ No newline at end of file