Skip to content

Commit 62e35fa

Browse files
use quarto-dev/quarto-actions
1 parent 853f982 commit 62e35fa

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/a11y-main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ jobs:
3636
node-version: '20'
3737

3838
# 5. Render the Site
39-
- name: Render Quarto Site
40-
run: quarto render
39+
- name: Render Quarto Project
40+
uses: quarto-dev/quarto-actions/render@v2
41+
with:
42+
to: html
4143

4244
# 6. Install Tools
4345
- name: Install Axe and Server

0 commit comments

Comments
 (0)