Skip to content

Commit ccd68f4

Browse files
committed
fix to github action
1 parent ce470ed commit ccd68f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0
1921
- name: Configure Git Credentials
2022
run: |
2123
git config user.name github-actions[bot]
@@ -30,5 +32,5 @@ jobs:
3032
path: ~/.cache
3133
restore-keys: |
3234
mkdocs-material-
33-
- run: pip install mkdocs-material
35+
- run: pip install "mkdocs-material<10" "mkdocs<2" mkdocs-git-revision-date-localized-plugin mkdocstrings[python]
3436
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)