Skip to content

Commit 7866da8

Browse files
author
Bram
authored
Fix CI (#63)
1 parent 1b4580d commit 7866da8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: actions/setup-python@v2
1212
with:
1313
python-version: 3.x
14-
- run: pip install mkdocs-material
14+
- run: pip install -r requirements.txt
1515
- run: mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extra:
3838
- icon: fontawesome/brands/github
3939
link: https://github.com/FakerPHP/Faker
4040
name: Faker repository
41-
- icon: fontawesome/regular/file-alt
41+
- icon: fontawesome/regular/file-lines
4242
link: https://github.com/FakerPHP/fakerphp.github.io
4343
name: Docs repository
4444
locales: &locales

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mkdocs-material>=8.2.3

0 commit comments

Comments
 (0)