File tree Expand file tree Collapse file tree 5 files changed +27
-1
lines changed
Expand file tree Collapse file tree 5 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 3737
3838 - name : Render Quarto Project
3939 uses : quarto-dev/quarto-actions/render@v2
40+ env :
41+ QUARTO_PROFILE : production
4042
4143 - name : Upload static files as artifact
4244 uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 1+ project :
2+ type : website
3+ title : " (Local) Learn GRASS"
4+ render :
5+ - " tests/*.qmd"
Original file line number Diff line number Diff line change 1+ project :
2+ render :
3+ - " *.qmd"
4+ - " !content/tests/"
5+ execute :
6+ freeze : false
Original file line number Diff line number Diff line change 11project :
22 type : website
33 output-dir : docs
4+ render :
5+ - " *.qmd"
46website :
57 site-url : " https://grass-tutorials.osgeo.org"
68 favicon : images/favicon.ico
@@ -64,3 +66,5 @@ format:
6466 link-external-newwindow : true
6567
6668brand : _brand.yml
69+ profile :
70+ default : local
Original file line number Diff line number Diff line change 11---
22title : " Learn GRASS"
33listing :
4+ - id : tests
5+ contents :
6+ - content/tests/styling.qmd
7+ type : grid
48 - id : get-started
59 contents : content/tutorials/get_started
610 type : grid
@@ -10,7 +14,6 @@ listing:
1014 contents :
1115 - content/tutorials
1216 - content/tutorials/external/ecodiv.yml
13- - content/tests/*.qmd
1417 sort : " date desc"
1518 type : grid
1619 categories : true
@@ -31,3 +34,9 @@ title-block-banner: false
3134## All Tutorials
3235:::{#all}
3336:::
37+
38+ ::: {.content-visible when-profile="local"}
39+ ## Tests
40+ :::{#tests}
41+ :::
42+ :::
You can’t perform that action at this time.
0 commit comments