Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
name: Build documentation
runs-on: ubuntu-latest
steps:

- name: Checkout repository
uses: actions/checkout@v5
with:
Expand Down Expand Up @@ -78,16 +77,11 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
# Warning: please don't use this method when installing Insiders from
# CI! We have to do it this way in order to allow for overrides on our
# own documentation, but you should stick to the method we recommend
# 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
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-overrides.git
pip install -e mkdocs-material-overrides
cp mkdocs-material-insiders/mkdocs.yml mkdocs.yml
# echo 'extra_javascript: [${{ vars.CHAT_CLIENT_URL }}]' >> mkdocs.yml
rm -rf material
cp -r mkdocs-material-insiders/material material
cp -r mkdocs-material-overrides/material material

- name: Build documentation
env:
Expand Down
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"material-shadows": "^3.0.1",
"npm-check-updates": "^19.3.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.6",
"postcss": "^8.5.13",
"postcss-dir-pseudo-class": "^9.0.1",
"postcss-inline-svg": "^6.0.0",
"postcss-logical": "5.0.4",
Expand Down
Loading