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