Skip to content

Commit 42eb602

Browse files
committed
Updates dev docs URL and enables notebook exec
1 parent cfa0bce commit 42eb602

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ env:
5252
GITHUB_REPOSITORY: ${{ github.repository }}
5353
NOTEBOOKS_DIR: tutorials
5454
DEV_DEPLOYMENT_URL:
55-
https://easyscience.github.io/${{ github.event.repository.name }}
55+
https://easyscience.github.io/${{ github.event.repository.name }}/dev
5656
PROD_DEPLOYMENT_URL: https://docs.easydiffraction.org/lib
5757

5858
jobs:
@@ -146,8 +146,8 @@ jobs:
146146
run: pixi run python -c "import easydiffraction"
147147

148148
# Run the notebooks to generate the output cells using multiple cores
149-
#- name: Run notebooks
150-
# run: pixi run notebook-exec
149+
- name: Run notebooks
150+
run: pixi run notebook-exec
151151

152152
- name: Move notebooks to docs/tutorials
153153
run: pixi run docs-notebooks

0 commit comments

Comments
 (0)