Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jarochi authored Aug 22, 2024
1 parent e71e33e commit 4025180
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: 'render website'
- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
env:
QUARTO_PROFILE: preview
with:
to: html
on:
push:
branches: main

name: quarto render

jobs:
steps:
- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
env:
QUARTO_PROFILE: preview
with:
to: html

0 comments on commit 4025180

Please sign in to comment.