We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da4386 commit 8465f9aCopy full SHA for 8465f9a
2 files changed
.github/workflows/book.yml
@@ -37,12 +37,12 @@ jobs:
37
- name: Build the book
38
run: |
39
jupyter book build
40
- ls -la _build/html
+ ls -la _build/site
41
42
- name: Upload artifact
43
uses: actions/upload-pages-artifact@v4
44
with:
45
- path: "_build/html"
+ path: "_build/site"
46
47
- name: Deploy to GitHub Pages
48
id: deployment
myst.yml
@@ -8,8 +8,7 @@ project:
8
- scadsai
9
affiliations:
10
- id: scadsai
11
- name: DSC ScaDS.AI
12
- institution: Leipzig University
+ name: DSC ScaDS.AI, Leipzig University
13
department: Data Science Center ScaDS.AI
14
url: https://scads.ai
15
ror: https://ror.org/01t4ttr56
0 commit comments