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
24329f462f
commit
36631d68e2
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -11,6 +11,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Release from lens
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: lensapp/lens
|
||||
path: lens
|
||||
|
||||
- name: Checkout Branch "gh-pages" from "lensapp/docs"
|
||||
uses: actions/checkout@v2
|
||||
@ -29,8 +32,9 @@ jobs:
|
||||
|
||||
- name: Build mkdocs and copy to .-/lensdocs
|
||||
run: |
|
||||
cd lens/
|
||||
mkdocs build
|
||||
cp -R site/* ./lensdocs/.
|
||||
cp -R site/* ../lensdocs/.
|
||||
|
||||
- name: Commit files
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user