Commit 3c96cfc4 authored by Luis Gustavo Ferreira's avatar Luis Gustavo Ferreira

feat: atualizar configuração do GitLab CI para copiar arquivo específico

parent 289d9bf4
Pipeline #8294 failed with stage
pages: pages:
stage: deploy
script: script:
- mkdir public - mkdir public
- cp index.html public/ - cp resolucoes_da_camex_2001_000001.html public/index.html
artifacts: artifacts:
paths: paths:
- public - public
only:
- master
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment