Skip to content

Commit cbc1677

Browse files
authored
Merge pull request #6 from 360-info/fix-publish
Move Quarto publish path to `with` key
2 parents 6e56dc0 + b647583 commit cbc1677

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)