We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6558c commit 14f60f3Copy full SHA for 14f60f3
README.md
@@ -1,4 +1,4 @@
1
-# BONE: Bayesian online learning in non-stationary environments
+# BONG: Bayesian Online Natural Gradient
2
3
## Run locally
4
To start the slide show:
@@ -7,3 +7,14 @@ To start the slide show:
7
- `npm install`
8
- `npm run dev` or `npx slidev`
9
- visit <http://localhost:3030>
10
+
11
+## To build a new version
12
13
+Settings>Pages>Build and deployment
14
+ Change source to github actions
15
16
+Go to .github/workflows/deploy.yml
17
+Change line 28 to '--base /reponame/'
18
19
+For testing:
20
+'git commit -m "[skip actions] foo foo"`
0 commit comments