mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 04:44:27 +02:00
ci: user.name
and user.email
set in documentation GitHub Action
This commit is contained in:
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@@ -47,6 +47,10 @@ jobs:
|
|||||||
- name: Installing pip packages
|
- name: Installing pip packages
|
||||||
run: |
|
run: |
|
||||||
pip install conan mkdocs-material mike
|
pip install conan mkdocs-material mike
|
||||||
|
- name: Setup git configuration
|
||||||
|
run: |
|
||||||
|
git config --global user.name github-actions
|
||||||
|
git config --global user.email github-actions@github.com
|
||||||
- name: Building docs
|
- name: Building docs
|
||||||
run: |
|
run: |
|
||||||
mike deploy --push --update-aliases `conan inspect . | sed -n -r 's/version: ([0-9]+.[0-9]+).[0-9]+/\1/p'` latest
|
mike deploy --push --update-aliases `conan inspect . | sed -n -r 's/version: ([0-9]+.[0-9]+).[0-9]+/\1/p'` latest
|
||||||
|
Reference in New Issue
Block a user