Skip to content

Commit 366bf37

Browse files
committed
UNDO buildingdocs for binder branch
1 parent 7119327 commit 366bf37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
cd doc
1919
make html
2020
- name: Pull latest gh-pages
21-
if: (contains(github.ref, 'develop') || contains(github.ref, 'master') || contains(github.ref, 'binder')) && github.event_name == 'push'
21+
if: (contains(github.ref, 'develop') || contains(github.ref, 'master')) && github.event_name == 'push'
2222
run: |
2323
cd ..
2424
git clone https://github.com/automl/auto-sklearn.git --branch gh-pages --single-branch gh-pages
2525
- name: Copy new doc into gh-pages
26-
if: (contains(github.ref, 'develop') || contains(github.ref, 'master') || contains(github.ref, 'binder')) && github.event_name == 'push'
26+
if: (contains(github.ref, 'develop') || contains(github.ref, 'master')) && github.event_name == 'push'
2727
run: |
2828
branch_name=${GITHUB_REF##*/}
2929
cd ../gh-pages
3030
rm -rf $branch_name
3131
cp -r ../auto-sklearn/doc/build/html $branch_name
3232
- name: Push to gh-pages
33-
if: (contains(github.ref, 'develop') || contains(github.ref, 'master') || contains(github.ref, 'binder')) && github.event_name == 'push'
33+
if: (contains(github.ref, 'develop') || contains(github.ref, 'master')) && github.event_name == 'push'
3434
run: |
3535
last_commit=$(git log --pretty=format:"%an: %s")
3636
cd ../gh-pages

0 commit comments

Comments
 (0)