Skip to content

Commit 8465f9a

Browse files
Fix book building
1 parent 9da4386 commit 8465f9a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
- name: Build the book
3838
run: |
3939
jupyter book build
40-
ls -la _build/html
40+
ls -la _build/site
4141
4242
- name: Upload artifact
4343
uses: actions/upload-pages-artifact@v4
4444
with:
45-
path: "_build/html"
45+
path: "_build/site"
4646

4747
- name: Deploy to GitHub Pages
4848
id: deployment

myst.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ project:
88
- scadsai
99
affiliations:
1010
- id: scadsai
11-
name: DSC ScaDS.AI
12-
institution: Leipzig University
11+
name: DSC ScaDS.AI, Leipzig University
1312
department: Data Science Center ScaDS.AI
1413
url: https://scads.ai
1514
ror: https://ror.org/01t4ttr56

0 commit comments

Comments
 (0)