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.
1 parent 7ef86da commit ef9ef49Copy full SHA for ef9ef49
.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