mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Debug documentation workflow
This commit is contained in:
parent
6abf55e1c7
commit
fddc648085
1
.github/workflows/documentation.yml
vendored
1
.github/workflows/documentation.yml
vendored
@ -54,6 +54,7 @@ jobs:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
run: |
|
||||
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
|
||||
pip install -e mkdocs-material-insiders
|
||||
echo "THEME_DIR=mkdocs-material-insiders/material" >> $GITHUB_ENV
|
||||
|
||||
- name: Deploy documentation
|
||||
|
Loading…
Reference in New Issue
Block a user