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

Ruta build files

parent a3fbe782
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ pages: ...@@ -27,7 +27,7 @@ pages:
stage: deploy stage: deploy
script: script:
- jupyter-book build ./Book/ # build to public path - jupyter-book build ./Book/ # build to public path
- rsync -ah _build/html/* semillero-halley@class.redclara.net:~/moncora/ - rsync -ah ./Book/_build/html/* semillero-halley@class.redclara.net:~/moncora/
artifacts: artifacts:
paths: paths:
- _build - _build
......
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