Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -10,11 +10,13 @@ pages: # Build React app - cd react-frontend/my-react-app - npm install - npm run build # - npm run build - CI=false npm run build # Copy React build to /blog - mkdir -p ../../public/blog - cp -r build/* ../../public/blog/ artifacts: paths: - public Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -10,11 +10,13 @@ pages: # Build React app - cd react-frontend/my-react-app - npm install - npm run build # - npm run build - CI=false npm run build # Copy React build to /blog - mkdir -p ../../public/blog - cp -r build/* ../../public/blog/ artifacts: paths: - public Loading