From 298e63fe2b156d01f7b50d2693266e226ebb4e15 Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Thu, 21 Dec 2023 10:36:52 +0100 Subject: [PATCH] fix stubs workflow --- .github/workflows/stubs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stubs.yaml b/.github/workflows/stubs.yaml index bf868702d..e59aa13ea 100644 --- a/.github/workflows/stubs.yaml +++ b/.github/workflows/stubs.yaml @@ -41,7 +41,7 @@ jobs: git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' if [ -n "$(git status --porcelain)" ]; then - git add . + git add mne_lsl/\*.pyi git commit -m "deploy stub files [ci skip]" git push fi