Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
romanin-rf committed Dec 18, 2023
1 parent 08bc64c commit b2955d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs-publing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
cd site;
git fetch --refetch;
git pull https://github.com/romanin-rf/SeaPlayer.git docs;
cd ../src;
git fetch --refetch;
git pull https://github.com/romanin-rf/SeaPlayer.git main;
cd ..;
- name: Clear `docs`
run: |
Expand Down
6 changes: 1 addition & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
[submodule "site"]
path = site
url = https://github.com/romanin-rf/SeaPlayer.git
branch = docs
[submodule "src"]
path = src
url = https://github.com/romanin-rf/SeaPlayer.git
branch = main
branch = docs
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
rich
mkdocs
mkdocstrings[python]
mkdocs-material
mkdocs-material

seaplayer==0.8.6
1 change: 0 additions & 1 deletion src
Submodule src deleted from 98a712

0 comments on commit b2955d6

Please sign in to comment.