Skip to content

Commit 0faf1df

Browse files
Update CI workflow to include mkdocs-autorefs in dependencies
1 parent d91541d commit 0faf1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
with:
1919
key: ${{ github.ref }}
2020
path: .cache
21-
- run: pip install mkdocs-material
21+
- run: pip install mkdocs-material mkdocs-autorefs
2222
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)