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 45b0e41 commit 2ccbb5fCopy full SHA for 2ccbb5f
.github/workflows/build-pages.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Build Book
27
run: |
28
jupyter-book build .
29
+ echo "edu-notebooks.oggm.org" > _build/html/CNAME
30
- name: Upload Build Artifacts
31
uses: actions/upload-artifact@v4
32
with:
0 commit comments