diff --git a/.github/workflows/docbuild-and-upload.yml b/.github/workflows/docbuild-and-upload.yml index 17ebed5a8c1e6..13da56806de6e 100644 --- a/.github/workflows/docbuild-and-upload.yml +++ b/.github/workflows/docbuild-and-upload.yml @@ -45,12 +45,6 @@ jobs: - name: Build Pandas uses: ./.github/actions/build_pandas - - name: Set up maintainers cache - uses: actions/cache@v3 - with: - path: maintainers.json - key: maintainers - - name: Build website run: python web/pandas_web.py web/pandas --target-path=web/build diff --git a/web/pandas/about/team.md b/web/pandas/about/team.md index 261d577b2abc1..bdd5d5d2b2468 100644 --- a/web/pandas/about/team.md +++ b/web/pandas/about/team.md @@ -9,7 +9,8 @@ If you want to support pandas development, you can find information in the [dona ## Active maintainers
- {% for person in maintainers.active_with_github_info %} + {% for username in maintainers.active %} + {% set person = maintainers.github_info.get(username) %}
@@ -63,7 +64,8 @@ The project governance is available in the [project governance page](governance. ## Inactive maintainers