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: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
- name: Deploy - name: Build
run: | run: |
mkdocs build mkdocs build

2
.gitignore vendored
View File

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