diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index bd00bf4..e84ded3 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -3,7 +3,10 @@ name: Build and generate documentation -on: push +on: + push: + branches: + - '!main' permissions: contents: write diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index d3ec56a..12ad9ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ [project.urls] Homepage = "https://github.com/brianwarner/indifferent" - Documentation = "https://github.com/brianwarner/indifferent" + Documentation = "" Repository = "https://github.com/brianwarner/indifferent" Issues = "https://github.com/brianwarner/indifferent/issues"