1
0
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:
2025-08-10 23:20:26 -06:00
parent 9bbc7468d3
commit e6d1cc3df7

View File

@@ -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