Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinlennart committed Jan 16, 2024
1 parent 8a9f7a8 commit 30ea43e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Renders template.qmd on GitHub Actions and deploys it on GitHub Pages to provide a sample view of the template

# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-and-excluding-paths
on:
push:
branches: main
paths:
- '_extensions/**'
- '**.qmd'

name: Render and Publish

Expand Down

0 comments on commit 30ea43e

Please sign in to comment.