Spaces:
Running
Running
Merge pull request #3 from lynxkite/darabos-docs-2
Browse files
.github/workflows/docs.yaml
CHANGED
@@ -24,5 +24,5 @@ jobs:
|
|
24 |
path: .cache
|
25 |
restore-keys: |
|
26 |
mkdocs-material-
|
27 |
-
- run: pip install mkdocs-material
|
28 |
- run: mkdocs gh-deploy --force
|
|
|
24 |
path: .cache
|
25 |
restore-keys: |
|
26 |
mkdocs-material-
|
27 |
+
- run: pip install mkdocs-material mkdocstrings-python mkdocs-autorefs
|
28 |
- run: mkdocs gh-deploy --force
|
.github/workflows/test.yaml
CHANGED
@@ -2,8 +2,6 @@ name: test
|
|
2 |
|
3 |
on:
|
4 |
pull_request:
|
5 |
-
push:
|
6 |
-
branches: [main]
|
7 |
|
8 |
jobs:
|
9 |
test:
|
|
|
2 |
|
3 |
on:
|
4 |
pull_request:
|
|
|
|
|
5 |
|
6 |
jobs:
|
7 |
test:
|