From 5be59be2cb3bb5f18cce934e64e1ee232b5debcd Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Mon, 1 Apr 2024 15:45:59 -0600 Subject: [PATCH 1/4] Fix: ignore meeting notes dir --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 0030c3c..3f1ad80 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -51,5 +51,5 @@ jobs: with: directory: '_build/html' arguments: | - --ignore-files "/.+\/_static\/.+/,/genindex.html/" + --ignore-files "/.+\/_static\/.+/,/genindex.html/,/.+\/reference\/.+/" --ignore-status-codes "302, 404, 403, 429, 503" From 48872a2b354c5568397c66ad8c7cbd34f3379ac6 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Mon, 1 Apr 2024 15:50:12 -0600 Subject: [PATCH 2/4] Fix: ignore status 200 - hashes --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 3f1ad80..615c2f5 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -52,4 +52,4 @@ jobs: directory: '_build/html' arguments: | --ignore-files "/.+\/_static\/.+/,/genindex.html/,/.+\/reference\/.+/" - --ignore-status-codes "302, 404, 403, 429, 503" + --ignore-status-codes "200, 302, 404, 403, 429, 503" From 692532b4c012b634a98ad92bd68d21d3866efb66 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Mon, 1 Apr 2024 15:52:13 -0600 Subject: [PATCH 3/4] Fix: remove all contribs link --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index e105763..3fe249f 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,7 @@ This guide is designed to define the structure and processes that support operations of pyOpenSci. -![GitHub release (latest by date)](https://img.shields.io/github/v/release/pyopensci/governance?color=purple&display_name=tag&style=plastic) [![DOI](https://zenodo.org/badge/161679308.svg)](https://zenodo.org/badge/latestdoi/161679308) [![All Contributors](https://img.shields.io/badge/all_contributors-3-blue.svg?style=flat-square)](#contributors-) +![GitHub release (latest by date)](https://img.shields.io/github/v/release/pyopensci/governance?color=purple&display_name=tag&style=plastic) [![DOI](https://zenodo.org/badge/161679308.svg)](https://zenodo.org/badge/latestdoi/161679308) [![All Contributors](https://img.shields.io/badge/all_contributors-3-blue.svg?style=flat-square)]() :::::{grid} 1 1 3 3 :class-container: text-center From 8c882affcb74cdbe02370d961539d26360852929 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Mon, 1 Apr 2024 15:53:41 -0600 Subject: [PATCH 4/4] Fix: remove all contribs link --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 3fe249f..f492150 100644 --- a/index.md +++ b/index.md @@ -5,6 +5,7 @@ that support operations of pyOpenSci. ![GitHub release (latest by date)](https://img.shields.io/github/v/release/pyopensci/governance?color=purple&display_name=tag&style=plastic) [![DOI](https://zenodo.org/badge/161679308.svg)](https://zenodo.org/badge/latestdoi/161679308) [![All Contributors](https://img.shields.io/badge/all_contributors-3-blue.svg?style=flat-square)]() + :::::{grid} 1 1 3 3 :class-container: text-center :gutter: 3