Skip to content

Commit 2569d4f

Browse files
committed
Debug documentation build
1 parent 98b51db commit 2569d4f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: .github/workflows/documentation.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,14 @@ 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-
cd mkdocs-material-insiders
79-
rm -rf docs
80-
ln -s ../docs
78+
cp mkdocs-material-insiders/mkdocs.yml mkdocs.yml
79+
rm -rf material
80+
cp -r mkdocs-material-insiders/material material
8181
8282
- name: Deploy documentation
8383
env:
8484
GH_TOKEN: ${{ secrets.GH_TOKEN }}
8585
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
8686
run: |
87-
cd mkdocs-material-insiders
8887
mkdocs gh-deploy --force
8988
mkdocs --version

0 commit comments

Comments
 (0)