We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d740e63 commit 4fa6d3bCopy full SHA for 4fa6d3b
1 file changed
.github/workflows/docs.yml
@@ -1,4 +1,4 @@
1
-name: docs
+name: docs
2
on:
3
push:
4
branches:
@@ -13,5 +13,5 @@ jobs:
13
- uses: actions/setup-python@v4
14
with:
15
python-version: 3.x
16
- - run: pip install mkdocs-material
+ - run: pip install mkdocs-material
17
- run: mkdocs gh-deploy --force
0 commit comments