Skip to content

Commit b797c31

Browse files
committed
ci(workflows): add tags trigger for docs publishing
Add version tags to the workflow triggers to ensure documentation is published when new versions are tagged
1 parent 7c83312 commit b797c31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
tags:
67
- 'v*' # Trigger on version tags like v0.5.0, v0.6.0
78

89
permissions:

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ package-lock.json
2424
src/runtime/version.ts
2525

2626
# MkDocs build output
27-
site/
28-
.venv/
27+
site/

0 commit comments

Comments
 (0)