Skip to content

Commit 3be3647

Browse files
committed
Remove warning flag for now
1 parent 2c44c78 commit 3be3647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Run the lecture notes and build webpage
3636
run:
37-
pixi run jupyter-book build . -W
37+
pixi run jupyter-book build .
3838

3939
- uses: actions/upload-artifact@v4
4040
# always upload artifact, which can include error messages

0 commit comments

Comments
 (0)