fix action name from Deploy to Build

This commit is contained in:
Sanket Patel
2025-12-24 13:54:42 -08:00
parent 855d7143c9
commit 2c8d1d5d1c
2 changed files with 2 additions and 2 deletions

View File

@@ -22,6 +22,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Deploy
- name: Build
run: |
mkdocs build

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
.DS_Store
.venv
site/
.vscode/
.vscode/