Skip to content

Commit 98b51db

Browse files
committed
Debug documentation build
1 parent 18c5e9a commit 98b51db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/documentation.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,15 @@ jobs:
7575
# in the publishing guide – see https://bit.ly/3zjdJtw
7676
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
7777
pip install -e mkdocs-material-insiders
78-
cp mkdocs-material-insiders/mkdocs.yml mkdocs.yml
78+
cd mkdocs-material-insiders
79+
rm -rf docs
80+
ln -s ../docs
7981
8082
- name: Deploy documentation
8183
env:
8284
GH_TOKEN: ${{ secrets.GH_TOKEN }}
8385
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
8486
run: |
87+
cd mkdocs-material-insiders
8588
mkdocs gh-deploy --force
8689
mkdocs --version

0 commit comments

Comments
 (0)