mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-10 02:20:26 +01:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
83fbc8c3d1
commit
5bf33b09fb
1 changed files with 3 additions and 0 deletions
|
@ -39,5 +39,8 @@ test-trailing-spaces:
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script: ls -ld public
|
script: ls -ld public
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in a new issue