Skip to content

Commit

Permalink
Test workflow publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gpleiss committed Sep 2, 2024
1 parent b5615e9 commit 6fce971
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
on:
workflow_dispatch:
push:
branches: main
branches:
- main
- test

name: Quarto Publish

Expand All @@ -15,10 +17,10 @@ jobs:
uses: actions/checkout@v3

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

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
uses: quarto-dev/quarto-actions/publish@v2.1.5
with:
target: gh-pages
env:
Expand Down

0 comments on commit 6fce971

Please sign in to comment.