Skip to content
Snippets Groups Projects
Commit ba685e04 authored by Marcel Amirault's avatar Marcel Amirault
Browse files

Merge branch 'juan.vanegasg-master-patch-83676' into 'main'

Update .gitlab-ci.yml

See merge request pages/plain-html!190
parents 811cc1bf c2b14d05
No related branches found
No related tags found
No related merge requests found
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
image: busybox
pages:
stage: deploy
script:
- echo 'Nothing to do...'
- mkdir .public
- cp -r ./* .public
- rm -rf public
- mv .public public
artifacts:
paths:
- public
expire_in: 1 day
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment