Skip to content

Commit

Permalink
Add missing Quarto setup action to publish GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 16, 2024
1 parent 9349dfa commit 63b986d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Render and publish site

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -17,10 +18,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

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

- name: Deploy on GitHub Pages
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
render: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 63b986d

Please sign in to comment.