Skip to content

Commit 20d6b09

Browse files
authored
Update publish.yml (#20)
adding the lines to run the scripts.
1 parent c5ed823 commit 20d6b09

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ jobs:
5050
# with:
5151
# version: '1.5.48' # pin a specific Quarto version if desired
5252

53-
# 5 ▸ Render the site and publish to gh-pages
53+
# 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
5458
- name: Render and Publish
5559
uses: quarto-dev/quarto-actions/publish@v2
5660
with:

0 commit comments

Comments
 (0)