Update .gitlab-ci.yml #69

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