Skip to content

Commit

Permalink
Fix MkDocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Oct 29, 2024
1 parent 3095812 commit b885c5f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_publish_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/mkdocs.yml → mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b885c5f

Please sign in to comment.