Skip to content

Commit 03b2339

Browse files
authored
fix publish.yml
1 parent 2622d36 commit 03b2339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: quarto-dev/quarto-actions/render@v2
4848
with:
4949
to: html
50-
- name: Quarto Preview
50+
- name: Quarto Publish
5151
if: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}
5252
uses: quarto-dev/quarto-actions/publish@v2
5353
with:

0 commit comments

Comments
 (0)