Skip to content

Commit 14f60f3

Browse files
committed
fix README
1 parent db6558c commit 14f60f3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BONE: Bayesian online learning in non-stationary environments
1+
# BONG: Bayesian Online Natural Gradient
22

33
## Run locally
44
To start the slide show:
@@ -7,3 +7,14 @@ To start the slide show:
77
- `npm install`
88
- `npm run dev` or `npx slidev`
99
- 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

Comments
 (0)