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:
|
||||
- pull_request
|
||||
jobs:
|
||||
@ -18,10 +18,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
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
|
||||
|
||||
|
||||
- name: Checkout Release from lens
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user