Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs previews on PR with Readthedocs #182

Merged
merged 3 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
- dev
paths:
- 'docs/**'
pull_request:
branches:
- dev
paths:
- 'docs/**'
workflow_dispatch:
permissions:
contents: write
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ on:
branches: [dev]
paths-ignore:
- 'docs/**'
- '.github/workflows/docs.yml'
- '.github/ISSUE_TEMPLATE/**'
pull_request:
branches: [dev]
paths-ignore:
- 'docs/**'
- '.github/workflows/docs.yml'
- '.github/ISSUE_TEMPLATE/**'

jobs:
test_core:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/team.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Follow the example of the existing bios, adding the following sections:
Contact
-------

If you need to contact someone from the team, email them or use one of the communication channels listed below.
If you need to contact a member of the team, email them or use one of the communication channels listed below.
Some team members have also added a bio to this page explaining what they can help with and their administrative privileges for the Seshat website.

.. list-table:: Team Members
Expand Down
Loading