Skip to content

Commit

Permalink
Binder must be present in root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Jul 10, 2024
1 parent d0598bc commit f154cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
name: Deploy docs to gh-pages branch
command: |
touch doc/_build/html/.nojekyll
gh-pages --dotfiles --message "copy binder config [skip ci]" --dist doc/_build/html/binder --dest ./binder
gh-pages --dotfiles --message "doc updates [skip ci]" --dist doc/_build/html --dest ./dev
workflows:
Expand Down

0 comments on commit f154cb4

Please sign in to comment.