Skip to content

Commit

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

0 comments on commit f2d7f77

Please sign in to comment.