Skip to content

Commit 1d68b2c

Browse files
committed
Update CI for doc building
1 parent b89d0b5 commit 1d68b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ssh-keyscan -H "${{ secrets.MSH_DOC_HOST }}" >> ~/.ssh/known_hosts
3131
3232
- name: Build go
33-
run: cd mshell && go build -o mshell
33+
run: cd mshell && go build -o mshell && cp mshell msh
3434

3535
- name: Set Go PATH, MSHSTDLIB
3636
run: |

0 commit comments

Comments
 (0)