From 73f6522de96f54c05363306aa741ab9990b6f1ff Mon Sep 17 00:00:00 2001 From: Vanessasaurus <814322+vsoch@users.noreply.github.com> Date: Sat, 28 Oct 2023 21:00:03 -0600 Subject: [PATCH] Each scraper should be flexible to failure --- .github/workflows/update-software.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/update-software.yaml b/.github/workflows/update-software.yaml index 7adddfcbd..309891fbe 100644 --- a/.github/workflows/update-software.yaml +++ b/.github/workflows/update-software.yaml @@ -24,15 +24,15 @@ jobs: env: RSE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - rse scrape ascl - rse scrape imperial - rse scrape joss - rse scrape molssi - rse scrape rsnl - rse scrape biotools - rse scrape biogrids - rse scrape hal - rse scrape ropensci + rse scrape ascl || true + rse scrape imperial || true + rse scrape joss || true + rse scrape molssi || true + rse scrape rsnl || true + rse scrape biotools || true + rse scrape biogrids || true + rse scrape hal || true + rse scrape ropensci || true rse export repos.txt --force - name: Export site to docs/