Skip to content

Commit ef9ef49

Browse files
committed
fix path in github workflow doc building script
1 parent 7ef86da commit ef9ef49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
branch_name=${GITHUB_REF##*/}
2929
cd ../gh-pages
3030
rm -rf $branch_name
31-
cp -r ../autosklearn/doc/build/html $branch_name
31+
cp -r ../auto-sklearn/doc/build/html $branch_name
3232
- name: Push to gh-pages
3333
if: (contains(github.ref, 'develop') || contains(github.ref, 'master')) && github.event_name == 'push'
3434
run: |

0 commit comments

Comments
 (0)