From 977257c4758a487ab04d0505b5aacf0400c3aabb Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 13:59:21 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 22b5905b2f..c1effe91e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,15 +9,11 @@ jobs: name: Deploy docs runs-on: ubuntu-latest steps: - - name: Checkout Release from lens - uses: actions/checkout@v2 - with: - repository: lensapp/lens - - name: Set up Python 3.7 uses: actions/setup-python@v2 with: python-version: '3.x' + - name: Install dependencies run: | python -m pip install --upgrade pip @@ -29,6 +25,11 @@ jobs: 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: mkdocs deploy latest run: | mike deploy --push 0.6