Skip to content

Commit

Permalink
Switch to index
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jun 2, 2024
1 parent 72ac011 commit b880d44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@ jobs:
- name: Render assign-template
uses: quarto-dev/quarto-actions/render@v2
with:
path: "demo/qassign-demo-document.qmd"
path: "demo/index.qmd"
env:
QUARTO_PROFILE: assign

- name: Render solution-template
uses: quarto-dev/quarto-actions/render@v2
with:
path: "demo/qassign-demo-document.qmd"
path: "demo/index.qmd"
env:
QUARTO_PROFILE: solution

- name: Render solution-template
uses: quarto-dev/quarto-actions/render@v2
with:
path: "demo/qassign-demo-document.qmd"
path: "demo/index.qmd"
env:
QUARTO_PROFILE: rubric

Expand Down
File renamed without changes.

0 comments on commit b880d44

Please sign in to comment.