Skip to content

Commit 8f62873

Browse files
authored
Fix build bokehjs github action (#21)
1 parent 6e6674a commit 8f62873

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Clone bokeh branch
3737
run: |
38-
git clone -b ianthomas23/bokehjs_examples_temp --single-branch --depth 1 git@github.com:bokeh/bokeh.git
38+
git clone -b ianthomas23/bokehjs_examples_temp --single-branch --depth 1 https://github.com/bokeh/bokeh.git
3939
4040
- name: Build bokehjs
4141
working-directory: bokeh/bokehjs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ installed.
1212

1313
```bash
1414
cd <directory of choice>
15-
git clone -b ianthomas23/bokehjs_examples_temp --single-branch --depth 1 git@github.com:bokeh/bokeh.git
15+
git clone -b ianthomas23/bokehjs_examples_temp --single-branch --depth 1 https://github.com/bokeh/bokeh.git
1616
cd bokeh/bokehjs
1717
node make build
1818
npm pack

0 commit comments

Comments
 (0)