Skip to content

Commit 8c3e62e

Browse files
committed
WIP: testin sphinx build + artifacts x15
1 parent cbd7866 commit 8c3e62e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/documentation.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979
restore-keys: |
8080
${{ runner.os }}-conda-
8181
82-
- name: Activate diff_check conda environment
83-
run: |
84-
conda activate diff_check
82+
# - name: Activate diff_check conda environment
83+
# run: |
84+
# conda activate diff_check
8585

8686
- name: Download dlls/pyd artifacts
8787
uses: actions/download-artifact@v2
@@ -106,7 +106,8 @@ jobs:
106106
107107
- name: Sphinx build
108108
run: |
109-
conda run --name diff_check --no-capture-output invoke documentize
109+
conda activate diff_check
110+
sphinx-build doc _build
110111
working-directory: ${{github.workspace}}
111112

112113

0 commit comments

Comments
 (0)