diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index a5b8be42..f63af10b 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -32,8 +32,6 @@ replacers: sort-direction: ascending template: | - _See all documentation for this version [here](https://compwa-org.rtfd.io/en/$NEXT_PATCH_VERSION)._ - $CHANGES _The full changelog as commits can be found [here](https://github.com/ComPWA/compwa-org/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION)._ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abcab481..2eaff7bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: pages: write id-token: write with: + gh-pages: true specific-pip-packages: ${{ inputs.specific-pip-packages }} style: if: inputs.specific-pip-packages == '' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1ecd114..ff1ec802 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,10 +14,11 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.2.0 + rev: 0.2.1 hooks: - id: check-dev-files args: + - --github-pages - --no-prettierrc - --pin-requirements=bimonthly - --repo-name=compwa-org