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