Skip to content

Commit 82828e9

Browse files
committed
Add note to the docs
1 parent f70929c commit 82828e9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/workflows/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ KSPBuildTools provides several reusable workflows for use with Github Actions. T
44

55
For usage, see [Reusing Workflows](https://docs.github.com/en/actions/sharing-automations/reusing-workflows) in the Github docs.
66

7+
```{warning}
8+
Due to a limitation of Github actions, only *tagged releases* have reusable workflows with the correct action version. If you pin a workflow to a branch, or leave your workflow usage untagged, it may run action versions incompatible with the workflow
9+
```
10+
711
```{toctree}
812
---
913
caption: Contents

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ release *args:
99
@just pin-workflows $({{yaclog}} show --version)
1010
git add .github/workflows/*.yml
1111
{{yaclog}} release -c
12+
13+
docs:
14+
uv run --with-requirements docs/requirements.txt --no-project -m sphinx docs/ docs/_build
15+

0 commit comments

Comments
 (0)