Skip to content

Commit 5bcd2e1

Browse files
committed
WIP: testin sphinx build + artifacts x11
1 parent ff55f97 commit 5bcd2e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ jobs:
9999
run: |
100100
$env:PATH += ";$PWD"
101101
$env:PYTHONPATH += ";$PWD"
102+
- name: Set environment variables x2
103+
run: |
104+
$env:PATH += ";${{ github.workspace }}\\doc"
105+
$env:PYTHONPATH += ";${{ github.workspace }}\\doc"
102106
103107
- name: Sphinx build
104108
run: |

0 commit comments

Comments
 (0)