1
0
mirror of https://gitlab.com/MisterBiggs/secure-act-2.0.git synced 2025-08-18 00:34:43 +00:00

init commit

This commit is contained in:
2025-08-10 23:00:30 -06:00
commit 34fa4764a9
6 changed files with 1738 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,11 @@
pages:
stage: deploy
script:
- mkdir public
- cp index.html public/
- cp calculations.js public/
artifacts:
paths:
- public
only:
- main