1
0
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:
Mario Sarcher 2020-10-30 13:59:21 +01:00 committed by GitHub
parent 24d20a6768
commit 977257c475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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