We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a2878 commit 11a5dd8Copy full SHA for 11a5dd8
1 file changed
.github/workflows/deploy_docs.yml
@@ -11,10 +11,10 @@ jobs:
11
deploy:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
15
- - uses: actions/setup-python@v5
16
- with:
17
- python-version: 3.x
18
- - run: pip install -r requirements.txt
19
- - run: pip install mkdocs-material
20
- - run: mkdocs gh-deploy --force --config-file mkdocs.yml
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
+ with:
+ python-version: 3.x
+ - run: pip install -r requirements.txt
+ - run: pip install mkdocs-material
+ - run: mkdocs gh-deploy --force --config-file mkdocs.yml
0 commit comments