Skip to content

Commit

Permalink
Revert "DOC: host pages on GitHub Pages"
Browse files Browse the repository at this point in the history
This reverts commit f2d7f77.
  • Loading branch information
redeboer committed Jan 13, 2024
1 parent 14352eb commit 1525f07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)._
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 == ''
Expand Down
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1525f07

Please sign in to comment.