ci: correct syntax
Some checks failed
Bump version / Bump version and create changelog with commitizen (push) Failing after 41s
Some checks failed
Bump version / Bump version and create changelog with commitizen (push) Failing after 41s
This commit is contained in:
parent
6803c8336b
commit
e8f89e0bf9
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
|
|
||||||
- name: Patch version into docs configuration
|
- name: Patch version into docs configuration
|
||||||
id: sub_docs_release
|
id: sub_docs_release
|
||||||
run: sed -i "s/release\s+=.*/release = '${{steps.get-version.outputs.v}}/'" docs/conf.py
|
run: sed -i "s/release\s+=.*/release = '${{steps.get-version.outputs.v}}'/" docs/conf.py
|
||||||
|
|
||||||
- name: Build Documentation
|
- name: Build Documentation
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user