mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-08-04 02:09:24 +00:00
fixed version in deploy-pages.yml
This commit is contained in:
parent
7c12204889
commit
7138ffde7c
4
.github/workflows/deploy-pages.yml
vendored
4
.github/workflows/deploy-pages.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user