Skip to content

Commit

Permalink
Each scraper should be flexible to failure
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch authored Oct 29, 2023
1 parent e1e84ba commit 73f6522
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/update-software.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 73f6522

Please sign in to comment.