We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4580d commit 7866da8Copy full SHA for 7866da8
.github/workflows/ci.yml
@@ -11,5 +11,5 @@ jobs:
11
- uses: actions/setup-python@v2
12
with:
13
python-version: 3.x
14
- - run: pip install mkdocs-material
+ - run: pip install -r requirements.txt
15
- run: mkdocs gh-deploy --force
mkdocs.yml
@@ -38,7 +38,7 @@ extra:
38
- icon: fontawesome/brands/github
39
link: https://github.com/FakerPHP/Faker
40
name: Faker repository
41
- - icon: fontawesome/regular/file-alt
+ - icon: fontawesome/regular/file-lines
42
link: https://github.com/FakerPHP/fakerphp.github.io
43
name: Docs repository
44
locales: &locales
requirements.txt
@@ -0,0 +1 @@
1
+mkdocs-material>=8.2.3
0 commit comments