Skip to content

Commit ac444dc

Browse files
committed
Fix #4
1 parent ad11432 commit ac444dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Install dependencies
17-
run: pip install mkdocs-material mkdocs-privacy
17+
run: pip install mkdocs-material
1818

1919
- name: Build the site
2020
run: mkdocs build

0 commit comments

Comments
 (0)