Skip to content

Commit 717138f

Browse files
committed
Fixed conflicts
1 parent c4f756f commit 717138f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build Repository Data
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- 'vicutils/**/*.py'
68
workflow_dispatch:
79

810
permissions:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ jobs:
127127
echo "No changes to commit"
128128
else
129129
echo "Committing changes for version $NEW_VERSION"
130-
git commit -m "Auto-generate docs and bump version to $NEW_VERSION [skip ci]"
130+
git commit -m "Auto-generate docs and bump version to $NEW_VERSION"
131131
git push
132132
fi

0 commit comments

Comments
 (0)