Skip to content

Commit ba2d6ee

Browse files
committed
Fix docs workflow
1 parent aeae124 commit ba2d6ee

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Install Project Manager
14-
run: ./shell/uv.sh
15-
- name: Install mkdocs & plugins
16-
run: ./shell/install_doc.sh
1713
- uses: actions/checkout@v4
1814
- name: Configure Git Credentials
1915
run: |
@@ -29,4 +25,5 @@ jobs:
2925
path: .cache
3026
restore-keys: |
3127
mkdocs-material-
32-
- run: uv run mkdocs gh-deploy --force
28+
- run: pip install mkdocs-material mkdocstrings[python] mkdocs-glightbox
29+
- run: mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: Synalinks
2-
site_url: https://synalinks.github.io/Synalinks
2+
site_url: https://synalinks.github.io/synalinks
33
theme:
44
name: material
55
logo: assets/synalinks_logo.png

shell/install_doc.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)