Skip to content

Commit

Permalink
Merge pull request #53 from posit-dev/aron-ci
Browse files Browse the repository at this point in the history
render on push
  • Loading branch information
aronatkins authored Apr 26, 2024
2 parents d4990ae + d85bcba commit 2793f62
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Confirms that the example site can be rendered using the extension.

name: Render
on:
workflow_dispatch:
push:

jobs:
render-and-publish:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: 1.4.550
- name: Render site
uses: quarto-dev/quarto-actions/render@v2

0 comments on commit 2793f62

Please sign in to comment.