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
24d20a6768
commit
977257c475
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -9,15 +9,11 @@ jobs:
|
|||||||
name: Deploy docs
|
name: Deploy docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Release from lens
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
repository: lensapp/lens
|
|
||||||
|
|
||||||
- name: Set up Python 3.7
|
- name: Set up Python 3.7
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
@ -29,6 +25,11 @@ jobs:
|
|||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
|
|
||||||
|
- name: Checkout Release from lens
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
repository: lensapp/lens
|
||||||
|
|
||||||
- name: mkdocs deploy latest
|
- name: mkdocs deploy latest
|
||||||
run: |
|
run: |
|
||||||
mike deploy --push 0.6
|
mike deploy --push 0.6
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user