File tree Expand file tree Collapse file tree 7 files changed +466
-5
lines changed Expand file tree Collapse file tree 7 files changed +466
-5
lines changed Original file line number Diff line number Diff line change 1919 run : |
2020 ./sync-external.sh
2121 env :
22- GEOARROW_REF : " a7cc2392d3fb46e663d914d931f33d022dc45e91 "
23- GEOARROW_DATA_REF : " 6416e472f18669bb7b7248714ecf3545d6a099cb "
22+ GEOARROW_REF : " 005d02de3dd5895cba5fe5e7e862814a62a9b7e5 "
23+ GEOARROW_DATA_REF : " e8eaa04487d982398f07713cde527c5c5edeee1e "
2424
2525 - name : Publish to GitHub Pages (and render)
2626 uses : quarto-dev/quarto-actions/publish@v2
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ website:
1111 navbar :
1212 logo : geoarrow_logo.png
1313 left :
14- - href : index.qmd
15- text : Home
1614 - format.qmd
1715 - extension-types.qmd
1816 - data.qmd
@@ -28,6 +26,7 @@ website:
2826 text : " R"
2927 - href : https://github.com/geoarrow/geoarrow-rs/blob/main/js/README.md
3028 text : " WebAssembly"
29+ - news/index.qmd
3130 - resources.qmd
3231 right :
3332 - icon : github
Original file line number Diff line number Diff line change @@ -6,4 +6,10 @@ title: "Data"
66
77{{< include geoarrow-data/microsoft-buildings/README.md >}}
88
9+ {{< include geoarrow-data/natural-earth/README.md >}}
10+
11+ {{< include geoarrow-data/quadrangles/README.md >}}
12+
13+ {{< include geoarrow-data/example-crs/README.md >}}
14+
915{{< include geoarrow-data/example/README.md >}}
Original file line number Diff line number Diff line change 1+ ---
2+ title : " News"
3+ listing : default
4+ ---
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 3939
4040pushd geoarrow-data
4141
42- for f in example/README.md ns-water/README.md microsoft-buildings /README.md; do
42+ for f in ./ * /README.md; do
4343 sed -i.bak ' s/^#/##/' $f
4444 rm $f .bak
4545done
You can’t perform that action at this time.
0 commit comments