Skip to content
Snippets Groups Projects
Commit 082a9330 authored by marmart0's avatar marmart0
Browse files

Update .gitlab-ci.yml file

parent 77cb881b
No related branches found
No related tags found
No related merge requests found
Pipeline #13279 passed
...@@ -3,8 +3,9 @@ pages: ...@@ -3,8 +3,9 @@ pages:
script: script:
- mkdir .public - mkdir .public
- cp -r * .public - cp -r * .public
- mv .public public
artifacts: artifacts:
paths: paths:
- .public - public
only: only:
- main # Reemplaza "main" con la rama que quieras usar - main
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment