Skip to content

Commit

Permalink
Usa sources.json para importar ocorrências
Browse files Browse the repository at this point in the history
  • Loading branch information
Phenome committed Nov 29, 2023
1 parent 876dddc commit 2a46b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-mongodb-occurrences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
'src/lib/**',
'src/ocorrencia.ts',
'.github/workflows/update-mongodb-occurrences.yml',
'referencias/herbarios.txt'
'referencias/sources.json'
]
workflow_dispatch:

Expand All @@ -30,4 +30,4 @@ jobs:
env:
MONGO_URI: ${{ secrets.MONGO_URI }}
TEMPDIR: /home/runner/work/DarwinCoreJSON/
run: deno run -A --v8-flags=--max-old-space-size=8192 src/ocorrencia.ts
run: deno run -A src/ocorrencia.ts

0 comments on commit 2a46b59

Please sign in to comment.