1
0
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:
Sebastian Malton 2020-12-03 09:08:40 -05:00
parent b8e190e8fd
commit 2ade4f6d23

View File

@ -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: