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

corregir ruta del artefacto ci/cd

parent 4a4d99f4
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ class-deploy: ...@@ -30,7 +30,7 @@ class-deploy:
- rsync -ah ./Book/_build/html/* semillero-halley@class.redclara.net:~/moncora/ - rsync -ah ./Book/_build/html/* semillero-halley@class.redclara.net:~/moncora/
artifacts: artifacts:
paths: paths:
- _build - Book/_build
expire_in: 30 mins expire_in: 30 mins
only: only:
- main # this job will affect only the 'master' branch - main # 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