Skip to content

Commit eca180f

Browse files
committed
fix: add working-directory kwarg to sync-demo so that the nox command is run inside the repo
1 parent 39b6f07 commit eca180f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync-demos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ jobs:
4343
python-version: ${{ matrix.python-version }}
4444

4545
- name: Update Demo
46+
working-directory: "${{ github.workspace }}/cookiecutter-robust-python"
4647
run: "uvx nox -s 'update-demo(${{ matrix.demo.session_modifier }})' -- --branch-override ${{ github.head_ref }}"

0 commit comments

Comments
 (0)