Skip to content

Commit 3ce9723

Browse files
Use working-directory: instead of cd
1 parent a1d1886 commit 3ce9723

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docbuild-and-upload.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ jobs:
6060
run: doc/make.py --warnings-are-errors
6161

6262
- name: Build the interactive terminal
63-
run: |
64-
cd web/interactive_terminal
65-
jupyter lite build
63+
working-directory: web/interactive_terminal
64+
run: jupyter lite build
6665

6766
- name: Build documentation zip
6867
run: doc/make.py zip_html

0 commit comments

Comments
 (0)