Skip to content

Commit

Permalink
Adiciona .gitlab-ci.yml para configurar novo endereço de documentação.
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuswetah committed Aug 9, 2023
1 parent 38daed4 commit a39174c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pages:
stage: deploy
script:
- mkdir .public
- cp -r docs/. public
- mv .public public
artifacts:
paths:
- public
only:
- main

0 comments on commit a39174c

Please sign in to comment.