pipeline fix
Browse files
.github/workflows/docs.yaml
CHANGED
@@ -10,6 +10,9 @@ permissions:
|
|
10 |
jobs:
|
11 |
build_docs:
|
12 |
runs-on: ubuntu-latest
|
|
|
|
|
|
|
13 |
steps:
|
14 |
- uses: actions/checkout@v4
|
15 |
- name: Configure Git Credentials
|
@@ -26,6 +29,6 @@ jobs:
|
|
26 |
path: .cache
|
27 |
restore-keys: |
|
28 |
mkdocs-material-
|
29 |
-
|
30 |
-
- run: pip install mkdocs-material
|
31 |
-
- run: mkdocs gh-deploy --force
|
|
|
10 |
jobs:
|
11 |
build_docs:
|
12 |
runs-on: ubuntu-latest
|
13 |
+
defaults:
|
14 |
+
run:
|
15 |
+
working-directory: ./docs
|
16 |
steps:
|
17 |
- uses: actions/checkout@v4
|
18 |
- name: Configure Git Credentials
|
|
|
29 |
path: .cache
|
30 |
restore-keys: |
|
31 |
mkdocs-material-
|
32 |
+
|
33 |
+
- run: pip install mkdocs-material
|
34 |
+
- run: mkdocs gh-deploy --force
|