From 8d5f7ddd81f963bbd4bc8f71cf45cff25371bd4c Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Wed, 18 Jan 2023 22:23:42 +0700 Subject: [PATCH] Manual backport fix github quota --- .github/workflows/docbuild-and-upload.yml | 6 -- web/pandas/about/team.md | 6 +- web/pandas/config.yml | 2 +- web/pandas_web.py | 104 ++++++++++++---------- 4 files changed, 63 insertions(+), 55 deletions(-) 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