Skip to content

Commit

Permalink
Debug documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Nov 4, 2022
1 parent 98b51db commit 2569d4f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,14 @@ jobs:
# in the publishing guide – see https://bit.ly/3zjdJtw
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
pip install -e mkdocs-material-insiders
cd mkdocs-material-insiders
rm -rf docs
ln -s ../docs
cp mkdocs-material-insiders/mkdocs.yml mkdocs.yml
rm -rf material
cp -r mkdocs-material-insiders/material material
- name: Deploy documentation
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
cd mkdocs-material-insiders
mkdocs gh-deploy --force
mkdocs --version

0 comments on commit 2569d4f

Please sign in to comment.