Skip to content

Commit

Permalink
Ensure we're in docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Oct 16, 2023
1 parent 4cb41fa commit 0996ef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ jobs:
- name: Render sample deployment HTML document template
uses: quarto-dev/quarto-actions/render@v2
with:
path: "examples/html-document/index.qmd"
path: "docs/examples/html-document/index.qmd"

- name: Render sample deployment website template
uses: quarto-dev/quarto-actions/render@v2
with:
path: "examples/website"
path: "docs/examples/website"

- name: Render sample deployment book template
uses: quarto-dev/quarto-actions/render@v2
with:
path: "examples/book"
path: "docs/examples/book"

# Collect and, then, publish onto gh-pages the output
- name: "Render and Publish"
Expand Down

0 comments on commit 0996ef8

Please sign in to comment.