We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d8480 commit 27b6bdeCopy full SHA for 27b6bde
1 file changed
.github/workflows/eco-atlas.yml
@@ -24,6 +24,12 @@ jobs:
24
any::digest
25
any::desc
26
27
+ - name: Fetch EcoAtlas tools from eco-oracle
28
+ run: |
29
+ mkdir -p tools
30
+ curl -sL https://raw.githubusercontent.com/bbuchsbaum/eco-oracle/main/tools/eco_atlas_extract.R -o tools/eco_atlas_extract.R
31
+ curl -sL https://raw.githubusercontent.com/bbuchsbaum/eco-oracle/main/tools/eco_atlas_distill.mjs -o tools/eco_atlas_distill.mjs
32
+
33
- name: Build EcoAtlas snippet/symbol packs
34
env:
35
ECO_ATLAS_OUT: atlas
0 commit comments