mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
switch to using public mkdocs for check docs step
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
b8e190e8fd
commit
2ade4f6d23
5
.github/workflows/check-docs.yml
vendored
5
.github/workflows/check-docs.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Publish docs via GitHub Pages
|
name: Check Documentation
|
||||||
on:
|
on:
|
||||||
- pull_request
|
- pull_request
|
||||||
jobs:
|
jobs:
|
||||||
@ -18,10 +18,9 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install git+https://${{ secrets.GH_TOKEN }}@github.com/lensapp/mkdocs-material-insiders.git
|
pip install git+https://github.com/mkdocs/mkdocs.git
|
||||||
pip install mike
|
pip install mike
|
||||||
|
|
||||||
|
|
||||||
- name: Checkout Release from lens
|
- name: Checkout Release from lens
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user