Skip to content

Commit 48cb540

Browse files
committed
not using the notebooks/ usual layout
1 parent 43f41c7 commit 48cb540

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/myst-to-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
- name: Install requirements.txt
5050
run: "if [ -f requirements.txt ]; then pip install -r requirements.txt; fi"
5151
- name: Build HTML Assets
52-
run: (cd notebooks; myst build --execute --html)
52+
# run: (cd notebooks; myst build --execute --html)
53+
run: myst build --execute --html
5354
- name: Setup Pages
5455
uses: actions/configure-pages@v3
5556
- name: Upload artifact

0 commit comments

Comments
 (0)