Skip to content

Commit 1e9fa61

Browse files
committed
Update Nav
1 parent f6825e5 commit 1e9fa61

1 file changed

Lines changed: 6 additions & 15 deletions

File tree

.github/workflows/deploy_docs.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,18 @@
11
name: Deploy Docs
2-
32
on:
43
push:
54
branches:
65
- main
7-
86
permissions:
97
contents: write
10-
118
jobs:
129
deploy:
1310
runs-on: ubuntu-latest
1411
steps:
15-
- name: Checkout repository
16-
uses: actions/checkout@v4
17-
18-
- name: Set up Python
19-
uses: actions/setup-python@v5
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
2014
with:
21-
python-version: '3.x'
22-
23-
- name: Install dependencies
24-
run: pip install -r requirements.txt
25-
26-
- name: Deploy with MkDocs
27-
run: mkdocs gh-deploy --force --config-file mkdocs.yml
15+
python-version: 3.x
16+
- run: pip install -r requirements.txt
17+
- run: pip install mkdocs-material
18+
- run: mkdocs gh-deploy --force --config-file mkdocs.yml

0 commit comments

Comments
 (0)