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
77ef0e8f44
commit
e9e205fc45
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -9,10 +9,16 @@ jobs:
|
|||||||
name: Deploy docs
|
name: Deploy docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout master
|
- name: Checkout Release from lens
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Deploy docs
|
- name: Deploy docs
|
||||||
uses: mhausenblas/mkdocs-deploy-gh-pages@master
|
uses: mhausenblas/mkdocs-deploy-gh-pages@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ""
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Checkout Branch "gh-pages" from "lensapp/docs"
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
repository: lensapp/docs
|
||||||
|
path: /lensdocs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user