Skip to content

Commit

Permalink
Run "quarto render" on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Apr 8, 2024
1 parent 4e685d9 commit 8017b07
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Run `quarto render` on pull requests.

name: Render

on:
workflow_dispatch:
pull_request_target:

jobs:
render-deploy:
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2

0 comments on commit 8017b07

Please sign in to comment.