Skip to content

Commit 112f53c

Browse files
committed
github workflow: Attempt to fix version in doc
The released version wasn't picking up the release tag, but using the prior tag instead. Signed-off-by: Rob Herring <robh@kernel.org>
1 parent bc6e945 commit 112f53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
pip3 install --user typing
2828
pip3 install --user Sphinx
2929
pip3 install --user codespell
30+
git fetch --tags --force # Needed to make git-describe work
3031
3132
- name: build pdf
3233
run: |
3334
make latexpdf
34-
git fetch --tags --force # Needed to make git-describe work
3535
mv build/latex/devicetree-specification.pdf build/latex/devicetree-specification-$(git describe).pdf
3636
- name: build html
3737
run: make html

0 commit comments

Comments
 (0)