Skip to content

Commit

Permalink
Create .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eelaix committed Dec 30, 2023
1 parent bea0b51 commit c6423cd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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:
# choose your preferred source branch
- main

0 comments on commit c6423cd

Please sign in to comment.