Skip to content

Commit 610b4ad

Browse files
committed
Fix quarto action
1 parent b0eb49f commit 610b4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quarto-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
uses: peaceiris/actions-gh-pages@v3
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
28-
publish_dir: ./docs # This should be your Quarto output directory
28+
publish_dir: ./docs

0 commit comments

Comments
 (0)