We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce470ed commit ccd68f4Copy full SHA for ccd68f4
.github/workflows/deploy.yml
@@ -16,6 +16,8 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
19
+ with:
20
+ fetch-depth: 0
21
- name: Configure Git Credentials
22
run: |
23
git config user.name github-actions[bot]
@@ -30,5 +32,5 @@ jobs:
30
32
path: ~/.cache
31
33
restore-keys: |
34
mkdocs-material-
- - run: pip install mkdocs-material
35
+ - run: pip install "mkdocs-material<10" "mkdocs<2" mkdocs-git-revision-date-localized-plugin mkdocstrings[python]
36
- run: mkdocs gh-deploy --force
0 commit comments