Skip to content

Commit 7869b2d

Browse files
authored
Merge branch 'master' into refactor/het-analysis
2 parents c3399d3 + 1c19cc0 commit 7869b2d

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/latest_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: poetry run sphinx-build -b html docs/source docs/build/html
3131

3232
- name: Deploy HTML to GitHub Pages 🚀
33-
uses: peaceiris/actions-gh-pages@v3.9.3
33+
uses: peaceiris/actions-gh-pages@v4
3434
with:
3535
publish_branch: gh-pages
3636
github_token: ${{ secrets.GITHUB_TOKEN }}

CONTRIBUTING.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -200,15 +200,6 @@ poetry run pytest -v tests --typeguard-packages=malariagen_data,malariagen_data.
200200
- Address review feedback by pushing new commits to your branch
201201
- Once approved, a maintainer will merge your PR
202202

203-
## AI-assisted contributions
204-
205-
We welcome contributions that involve AI tools (like GitHub Copilot, ChatGPT, or similar). If you use AI assistance:
206-
207-
- Review and understand any AI-generated code before submitting
208-
- Ensure the code follows project conventions and passes all tests
209-
- You remain responsible for the quality and correctness of the contribution
210-
- Disclosure of AI usage is optional. Regardless of tools used, contributors remain responsible for the quality and correctness of their submissions.
211-
212203
## Communication
213204

214205
- **Issues**: Use [GitHub Issues](https://github.com/malariagen/malariagen-data-python/issues) for bug reports and feature requests

0 commit comments

Comments
 (0)