From 1525f071a3da944735272f8d95b200645caedf84 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 13 Jan 2024 17:17:09 +0100 Subject: [PATCH] Revert "DOC: host pages on GitHub Pages" This reverts commit f2d7f7799b0c2e6532198a938b99ce4e057fa77e. --- .github/release-drafter.yml | 2 ++ .github/workflows/ci.yml | 1 - .pre-commit-config.yaml | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e427ab98..6ae2fa73 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -32,6 +32,8 @@ 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.github.io/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION)._ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2eaff7bb..abcab481 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,6 @@ 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 99008f65..94e03d80 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,11 +14,10 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.2.1 + rev: 0.2.0 hooks: - id: check-dev-files args: - - --github-pages - --no-prettierrc - --pin-requirements=bimonthly - --repo-name=compwa.github.io