Skip to content
Snippets Groups Projects

Solves double upload of public folder to GitLab Pages

Closed Julian (sysadmin) requested to merge ci-fix into master

@Eneiele I noticed by accident that your project is publishing the public folder twice to the web server GitLab Pages, so I thought I'd just help correct it.

You have all your files in the public folder, which is good.

But in the .gitlab-ci.yml file, the script copies the public folder into another, then moves it into the existing public folder (probably copied from another repo/script). So this Merge Request removes the script lines as they are not necessary when your folder is already called public.

Can see in the Jobs artifact browser page the two public folders nested: Screenshot-nil-atrifacts

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading