Skip to content
Snippets Groups Projects
Commit 723b90eb authored by Timuçin Boldt's avatar Timuçin Boldt :bike:
Browse files

create new public directory when deploying to pages

parent a13e9f5c
No related branches found
No related tags found
No related merge requests found
Pipeline #49119 passed
......@@ -4,8 +4,10 @@ pages:
stage: deploy
script:
- echo "Deploying to pages..."
- mkdir public
- cp -r web public
artifacts:
paths:
- web
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment