Skip to content

Commit ad11432

Browse files
committed
Fix #3
1 parent 4e13e70 commit ad11432

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ jobs:
1313
- name: Collect documentation
1414
uses: actions/checkout@v4
1515

16-
- name: Install Python en pip
17-
run: sudo apt update && sudo apt install -y python3 python3-pip
16+
- name: Install dependencies
17+
run: pip install mkdocs-material mkdocs-privacy
1818

19-
- name: Install MkDocs Material and plugins
20-
run: pip install mkdocs-material mkdocs-with-plugins
21-
2219
- name: Build the site
2320
run: mkdocs build
2421

0 commit comments

Comments
 (0)