We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa0bce commit 42eb602Copy full SHA for 42eb602
1 file changed
.github/workflows/docs.yaml
@@ -52,7 +52,7 @@ env:
52
GITHUB_REPOSITORY: ${{ github.repository }}
53
NOTEBOOKS_DIR: tutorials
54
DEV_DEPLOYMENT_URL:
55
- https://easyscience.github.io/${{ github.event.repository.name }}
+ https://easyscience.github.io/${{ github.event.repository.name }}/dev
56
PROD_DEPLOYMENT_URL: https://docs.easydiffraction.org/lib
57
58
jobs:
@@ -146,8 +146,8 @@ jobs:
146
run: pixi run python -c "import easydiffraction"
147
148
# Run the notebooks to generate the output cells using multiple cores
149
- #- name: Run notebooks
150
- # run: pixi run notebook-exec
+ - name: Run notebooks
+ run: pixi run notebook-exec
151
152
- name: Move notebooks to docs/tutorials
153
run: pixi run docs-notebooks
0 commit comments