Skip to content

Commit

Permalink
github workflow: Attempt to fix version in doc
Browse files Browse the repository at this point in the history
The released version wasn't picking up the release tag, but using the
prior tag instead.

Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
robherring committed Jun 28, 2023
1 parent bc6e945 commit 112f53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
pip3 install --user typing
pip3 install --user Sphinx
pip3 install --user codespell
git fetch --tags --force # Needed to make git-describe work
- name: build pdf
run: |
make latexpdf
git fetch --tags --force # Needed to make git-describe work
mv build/latex/devicetree-specification.pdf build/latex/devicetree-specification-$(git describe).pdf
- name: build html
run: make html
Expand Down

0 comments on commit 112f53c

Please sign in to comment.