ci: steps renamed in a documentation action

This commit is contained in:
Mateusz Pusz
2024-10-30 14:53:07 +01:00
parent 9532e64644
commit e6443f082d

View File

@ -75,11 +75,11 @@ jobs:
- name: Installing pip dependencies
run: |
pip install conan mkdocs-material mkdocs-rss-plugin mkdocs-material[imaging] mkdocs-exclude mike
- name: Building docs
- name: Building docs for a released version
if: startsWith(github.event.ref, 'refs/tags/v')
run: |
mike deploy --push --update-aliases `conan inspect . | sed -n -r 's/version: ([0-9]+.[0-9]+).[0-9]+/\1/p'`
- name: Building docs
- name: Building docs for a development version
if: ${{!startsWith(github.event.ref, 'refs/tags/v')}}
run: |
mike deploy --push --update-aliases dev latest