Skip to content

Commit 11a5dd8

Browse files
committed
Update Nav
1 parent 31a2878 commit 11a5dd8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy_docs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
deploy:
1212
runs-on: ubuntu-latest
1313
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
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

0 commit comments

Comments
 (0)