Skip to content

Commit b647583

Browse files
committed
Move Quarto publish path to with key
1 parent 6e56dc0 commit b647583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626

2727
- name: Render and Publish
2828
uses: quarto-dev/quarto-actions/publish@v2
29-
path: docs
3029
with:
3130
target: gh-pages
31+
path: ./docs
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)