Skip to content

Commit beec078

Browse files
committed
Fix typo: mddocs → mkdocs in workflow
1 parent f09ca1e commit beec078

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Python
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: '3.10'
29+
python-version: '3.11'
3030

3131
- name: Install dependencies
3232
run: |

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
site_name: llcuda Documentation
2+
theme:
3+
name: material

0 commit comments

Comments
 (0)