diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a4287e9f2c5048fd3cbe232d8ee92af1cc822f6..f78a414d93cf6d29230448ed7e454b0f2bb8a14f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ jupyter-build: - jupyter-book build ./docs/ # build to public path artifacts: paths: - - Book/_build + - docs/_build expire_in: 30 mins # the 'pages' job will deploy and build your site to the 'public' path @@ -30,9 +30,9 @@ class-deploy: - chmod 700 ~/.ssh - echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts - - rsync -ah ./Book/_build/html/* semillero-halley@class.redclara.net:~/muysc/ + - rsync -ah ./docs/_build/html/* semillero-halley@class.redclara.net:~/muysc/ only: - - main # this job will affect only the 'master' branch + - master # this job will affect only the 'master' branch