Skip to content

Commit 5a95633

Browse files
committed
Use public mkdocs-material for docs deploy
1 parent ee0dbc6 commit 5a95633

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/mkdocs-gh-pages.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
deploy:
1212
runs-on: ubuntu-latest
1313
env:
14-
GH_C17_DEV_TOKEN: ${{ secrets.GH_C17_DEV_TOKEN }}
1514
ENABLED_HTMLPROOFER: ${{ vars.ENABLED_HTMLPROOFER || 'False' }}
1615
steps:
1716
- name: Checkout reflect-cpp repo
@@ -37,7 +36,7 @@ jobs:
3736
git fetch origin gh-pages --depth=1
3837
3938
- name: Deploy MkDocs documentation
40-
run: hatch run insiders:mkdocs gh-deploy
39+
run: hatch run default:mkdocs gh-deploy
4140

4241

4342

pyproject.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ dynamic = ["version"]
55
[tool.hatch.envs.default]
66
dependencies = [
77
"mkdocs~=1.6",
8-
"mkdocs-material~=9.5",
9-
"mkdocs-htmlproofer-plugin~=1.2",
10-
]
11-
12-
[tool.hatch.envs.insiders]
13-
dependencies = [
14-
"mkdocs~=1.6",
15-
"mkdocs-material @ git+https://{env:GH_C17_DEV_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.5.39-insiders-4.53.14",
8+
"mkdocs-material~=9.7",
169
"mkdocs-htmlproofer-plugin~=1.2",
1710
]

0 commit comments

Comments
 (0)