mirror of
https://gitlab.com/MisterBiggs/secure-act-2.0.git
synced 2025-08-17 16:24:43 +00:00
Update GitLab CI to copy all files to public directory
- Changed from copying specific files to copying all files - Added cleanup step to remove nested public directory - This ensures all project files are deployed to GitLab Pages
This commit is contained in:
@@ -2,8 +2,8 @@ pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- mkdir public
|
||||
- cp index.html public/
|
||||
- cp calculations.js public/
|
||||
- cp -r * public/ || true
|
||||
- rm -rf public/public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
Reference in New Issue
Block a user