mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Update main.yml
This commit is contained in:
parent
977257c475
commit
5087c70135
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -20,19 +20,21 @@ jobs:
|
||||
pip install git+https://${{ secrets.GH_TOKEN }}@github.com/lensapp/mkdocs-material-insiders.git
|
||||
pip install mkdocs-git-revision-date-localized-plugin mike
|
||||
|
||||
- name: git config
|
||||
run: |
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
|
||||
- name: Checkout Release from lens
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: lensapp/lens
|
||||
|
||||
- name: git config
|
||||
run: |
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
|
||||
|
||||
- name: mkdocs deploy latest
|
||||
run: |
|
||||
mike deploy --push 0.6
|
||||
mike deploy --push 0.11
|
||||
|
||||
|
||||
- name: mkdocs deploy new release / tag
|
||||
|
||||
Loading…
Reference in New Issue
Block a user