dms #1
@@ -25,7 +25,7 @@ jobs:
|
|||||||
# Step 3: Build the static site
|
# Step 3: Build the static site
|
||||||
- name: Build site with MkDocs
|
- name: Build site with MkDocs
|
||||||
run: |
|
run: |
|
||||||
if [ -f "mkdocs.yml" ]; then
|
if [ -f "mkdocs.yaml" ]; then
|
||||||
mkdocs build
|
mkdocs build
|
||||||
else
|
else
|
||||||
echo "mkdocs.yml not found!"
|
echo "mkdocs.yml not found!"
|
||||||
|
|||||||
Reference in New Issue
Block a user