Skip to content

Commit 5ea9731

Browse files
committed
adjust minutes path in automation
1 parent cd981b3 commit 5ea9731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meeting-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
date: ${{ inputs.date || 'now' }}
3030
template_path: misc/DEV_MEETING_TEMPLATE.md
31-
output_path: sphinx/src/orga/minutes/%Y-%m-%d.md
31+
output_path: docs/orga/minutes/%Y-%m-%d.md
3232
hackmd_team: conda-forge
3333
force_push: true
3434
pr_body: |

0 commit comments

Comments
 (0)