Skip to content

Commit

Permalink
adds listing index.qmd for templates path #28
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Jan 28, 2024
1 parent 1c78aba commit ae4db21
Show file tree
Hide file tree
Showing 20 changed files with 6 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/publish-quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,7 @@ jobs:
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: quarto/slides-template00
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to GitHub Pages t01
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: quarto/slides-template01
path: quarto/templates
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

5 changes: 5 additions & 0 deletions quarto/templates/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Listing Example"
listing:
contents:
- "templates/*.qmd"
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit ae4db21

Please sign in to comment.