docs fix
This commit is contained in:
@@ -10,6 +10,7 @@ on:
|
||||
- 'nginx.conf'
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -17,10 +18,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update -qq
|
||||
apt-get install -y -qq python3-pip
|
||||
pip3 install --break-system-packages mkdocs mkdocs-material
|
||||
run: pip install mkdocs mkdocs-material
|
||||
|
||||
- run: mkdocs build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user