We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da8fd7 commit 9a2bdb4Copy full SHA for 9a2bdb4
.github/workflows/docs.yml
@@ -11,6 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
14
+ - run: python -m pip install --upgrade pip
15
- run: pip install mkdocs mkdocs-material
16
- run: cd docs
17
- run: mkdocs build -f mkdocs.yml
0 commit comments