Skip to content

Commit 519035e

Browse files
author
AREMA Ontology Bot
committed
docs: better commit message, add nix stuff to gitignore
1 parent 913678b commit 519035e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
# Only commit if there are changes
104104
if ! git diff --cached --quiet; then
105105
RELEASE_TAG="${{ github.event.release.tag_name || inputs.release_tag || 'manual' }}"
106-
git commit -m "Update docs from release ${RELEASE_TAG} [skip ci]"
106+
git commit -m "docs: update docs from release ${RELEASE_TAG} [skip ci]"
107107
git push origin ${{ github.event.repository.default_branch }}
108108
echo "✅ Documentation committed"
109109
else

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ build/
1919
venv/
2020

2121
src/ontology/AREMA-ontology.ttl
22+
23+
flake.nix
24+
flake.lock

0 commit comments

Comments
 (0)