fixed version in deploy-pages.yml

This commit is contained in:
Bernhard B 2026-07-18 13:09:22 +02:00
parent 7c12204889
commit 7138ffde7c

View File

@ -23,7 +23,9 @@ jobs:
uses: actions/configure-pages@v6
- name: Build static documentation bundle
run: src/docs/build-static-bundle.sh site "${{ github.event.release.tag_name }}"
run: |
VERSION=$(git describe --tags --always)
src/docs/build-static-bundle.sh site "$VERSION"
- name: Debug site
run: |