Skip to content
Snippets Groups Projects
Commit 6e08f3e5 authored by Alexander Martínez Méndez's avatar Alexander Martínez Méndez
Browse files

ajustar rama en .gitlab-ci.yml y build path

parent 7bca22da
No related branches found
No related tags found
No related merge requests found
Pipeline #2683 passed with stages
in 6 minutes and 18 seconds
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment