Update .gitlab-ci.yml #68

Merged
SinusFox merged 1 commits from pages-fix into main 2024-10-14 20:28:28 +00:00
Showing only changes of commit 2d13cf0af4 - Show all commits
+1 -2
View File
@@ -12,9 +12,8 @@ before_script:
pages:
script:
- npm run build
- cp -r out/* public
artifacts:
paths:
- public
- out
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH