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
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout master
|
||||
uses: actions/checkout@v1
|
||||
- name: Checkout Release from lens
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Deploy docs
|
||||
uses: mhausenblas/mkdocs-deploy-gh-pages@master
|
||||
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