Skip to content

Commit 28ed908

Browse files
fix(workflow): update render step to prevent execution during showcase build
1 parent faa69fc commit 28ed908

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-showcase.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
- uses: quarto-dev/quarto-actions/setup@v2
1818

19-
- name: Render showcase
20-
run: quarto render docs/showcase/slides
19+
- name: Render showcase (no execution)
20+
run: quarto render docs/showcase/slides --no-execute
2121

2222
- name: Deploy to GitHub Pages (subdir)
2323
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)