diff --git a/.github/workflows/build_and_publish_documentation.yaml b/.github/workflows/build_and_publish_documentation.yaml index 622b91ef..ae691fb9 100644 --- a/.github/workflows/build_and_publish_documentation.yaml +++ b/.github/workflows/build_and_publish_documentation.yaml @@ -22,8 +22,7 @@ jobs: - name: Generate MkDocs static files run: | - cd ./docs - pip install --no-cache-dir --force-reinstall -r requirements.txt + pip install --no-cache-dir --force-reinstall mkdocs-material mkdir -pm755 /opt/mkdocs mkdocs build --strict --verbose --site-dir /opt/mkdocs diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index 898468cb..00000000 --- a/docs/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -mkdocs-material \ No newline at end of file diff --git a/docs/mkdocs.yml b/mkdocs.yml similarity index 95% rename from docs/mkdocs.yml rename to mkdocs.yml index 8d66b333..a88cca90 100644 --- a/docs/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,6 @@ site_url: https://selkies-project.github.io/selkies-gstreamer site_description: >- Open-Source Low-Latency Accelerated Linux WebRTC HTML5 Remote Desktop Streaming Platform for Self-Hosting, Containers, Kubernetes, or Cloud/HPC -docs_dir: ./ theme: name: material