From 143075c16e5583af2ea60517872820d968d9f441 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Wed, 18 Jan 2023 15:21:32 +0700 Subject: [PATCH] CI/WEB: Fix github quota errors by using website as cache --- .github/workflows/docbuild-and-upload.yml | 6 -- web/pandas/about/team.md | 6 +- web/pandas/config.yml | 2 +- web/pandas_web.py | 118 +++++++++++----------- 4 files changed, 64 insertions(+), 68 deletions(-) diff --git a/.github/workflows/docbuild-and-upload.yml b/.github/workflows/docbuild-and-upload.yml index 7a9f491228a83..908259597cafb 100644 --- a/.github/workflows/docbuild-and-upload.yml +++ b/.github/workflows/docbuild-and-upload.yml @@ -46,12 +46,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 c3e5ef0a968eb..5229201ca7d36 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) %}
@@ -67,7 +68,8 @@ The project governance is available in the [project governance page](governance. ## Inactive maintainers