Skip to content
Snippets Groups Projects

Master

Open Ahmed Mahgoub Ahmed Elhaj requested to merge ahmed.elhaj/ahmed-elhaj:master into master
Compare and
2 files
+ 0
24
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
13
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master
Loading