We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ed823 commit 20d6b09Copy full SHA for 20d6b09
1 file changed
.github/workflows/publish.yml
@@ -50,7 +50,11 @@ jobs:
50
# with:
51
# version: '1.5.48' # pin a specific Quarto version if desired
52
53
- # 5 ▸ Render the site and publish to gh-pages
+ # 5 ▸ NEW: Build sidebars
54
+ - name: Build sport and sidebar pages
55
+ run: Rscript build_sport_pages.R && Rscript build_sidebar_yaml.R
56
+
57
+ # 6 ▸ Render the site and publish to gh-pages
58
- name: Render and Publish
59
uses: quarto-dev/quarto-actions/publish@v2
60
with:
0 commit comments