Skip to content

Commit 1d7ba77

Browse files
committed
Test
1 parent eae1b90 commit 1d7ba77

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/generate-vicutils-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
git config --local user.email "github-actions@github.com"
111111
git add .version setup.py
112112
git add vicutils/**/*.html || echo "No HTML files to add"
113+
git add vicutils/**/*.py || echo "No Python files to add"
114+
113115
if git diff --staged --quiet; then
114116
echo "No changes to commit"
115117
else

0 commit comments

Comments
 (0)