dms #1
@@ -17,8 +17,10 @@ jobs:
|
|||||||
# Step 2: Install Python + MkDocs Material
|
# Step 2: Install Python + MkDocs Material
|
||||||
- name: Setup Python and MkDocs
|
- name: Setup Python and MkDocs
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
apt-get update
|
||||||
pip install mkdocs-material
|
apt-get install -y python3-pip
|
||||||
|
pip3 install --upgrade pip
|
||||||
|
pip3 install mkdocs-material
|
||||||
|
|
||||||
# Step 3: Build the static site
|
# Step 3: Build the static site
|
||||||
- name: Build site with MkDocs
|
- name: Build site with MkDocs
|
||||||
|
|||||||
Reference in New Issue
Block a user