Skip to content

Commit 15d9aaf

Browse files
authored
Update build_guide.yml
1 parent 4bb22f3 commit 15d9aaf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_guide.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ jobs:
3535
jupyter-book build .
3636
- name: add and commit userguide to gh-page
3737
run: |
38+
mv _build/html /tmp/site
3839
git config --global user.name 'Adexandria'
3940
git config --global user.email 'adeolaaderibigbe09@gmail.com'
4041
git checkout --orphan docs-deploy
4142
git rm -rf .
42-
cp -r _build/html/* .
43+
mv /tmp/site/* .
4344
git add .
4445
git commit -m "Add user guide"
4546
git config pull.rebase false

0 commit comments

Comments
 (0)