We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2306f16 + ef9ef49 commit 40304b4Copy full SHA for 40304b4
.github/workflows/docs.yml
@@ -28,7 +28,7 @@ jobs:
28
branch_name=${GITHUB_REF##*/}
29
cd ../gh-pages
30
rm -rf $branch_name
31
- cp -r ../autosklearn/doc/build/html $branch_name
+ cp -r ../auto-sklearn/doc/build/html $branch_name
32
- name: Push to gh-pages
33
if: (contains(github.ref, 'develop') || contains(github.ref, 'master')) && github.event_name == 'push'
34
run: |
0 commit comments