Skip to content

Commit 40304b4

Browse files
authored
Merge pull request #1031 from automl/development
Hotfix docs
2 parents 2306f16 + ef9ef49 commit 40304b4

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)