This commit is contained in:
2024-10-14 20:21:15 +00:00
parent 11e4ba3569
commit 45967e314c
2 changed files with 19 additions and 6 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ before_script:
pages:
script:
- npm run build
- npm run export # Export für statische Seiten
- cp -r out/* public
artifacts:
paths:
- out # Das 'out'-Verzeichnis, wenn 'next export' verwendet wird
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH