Debug documentation workflow

This commit is contained in:
squidfunk 2021-07-24 17:28:34 +02:00
parent 6abf55e1c7
commit fddc648085

View File

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