Update .gitlab-ci.yml #70

Merged
SinusFox merged 1 commits from pages-fix into main 2024-10-14 20:40:39 +00:00
Showing only changes of commit f3b389dffe - Show all commits
+1 -1
View File
@@ -13,7 +13,7 @@ pages:
script:
- npm run build
- mkdir public
- cp -r next/* public
- cp -r out/* public
artifacts:
paths:
- public