Skip to content

Commit 8d37389

Browse files
author
Murilo M. Marinho
committed
Fixing checkout command.
1 parent c272608 commit 8d37389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/notebook_to_html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python -m pip install jupyter-book --pre
3232
python -m jupyter book build --html --execute
3333
ls -lah
34-
git branch -b website
34+
git checkout -b website
3535
cp -r _build/html website
3636
3737
- name: Setup git name

0 commit comments

Comments
 (0)