We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f756f commit 717138fCopy full SHA for 717138f
2 files changed
.github/workflows/build-index.yml
@@ -3,6 +3,8 @@ name: Build Repository Data
3
on:
4
push:
5
branches: [main]
6
+ paths-ignore:
7
+ - 'vicutils/**/*.py'
8
workflow_dispatch:
9
10
permissions:
.github/workflows/generate-vicutils-docs.yml
@@ -127,6 +127,6 @@ jobs:
127
echo "No changes to commit"
128
else
129
echo "Committing changes for version $NEW_VERSION"
130
- git commit -m "Auto-generate docs and bump version to $NEW_VERSION [skip ci]"
+ git commit -m "Auto-generate docs and bump version to $NEW_VERSION"
131
git push
132
fi
0 commit comments