Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
ci: quarto-render
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Jan 8, 2024
1 parent 089ea1a commit e2d772f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quarto-render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
uses: quarto-dev/quarto-actions/render@v2
with:
to: html # If set, it will be equivalent to `quarto render --to html`
path: index.qmd

- name: Make preview available
if: ${{ github.event_name == 'pull_request' }}
uses: actions/upload-artifact@v4
with:
name: html-preview
# path: ./_site
path: "${{ env.QUARTO_OUTPUT }}"
path: ./index.html

0 comments on commit e2d772f

Please sign in to comment.