diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-04-30 15:26:08 +0000 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-04-30 15:26:08 +0000 |
commit | cd3abcba9d0a3d2281fe38bbdbb806fc7d8f0463 (patch) | |
tree | d13eb0110767100132b20f158e53f06e87331db0 | |
parent | 3cbdb0e41a2ac1c0e6643fd085dca50b7b8cd885 (diff) | |
download | stvnliu.gitlab.io-cd3abcba9d0a3d2281fe38bbdbb806fc7d8f0463.tar.gz stvnliu.gitlab.io-cd3abcba9d0a3d2281fe38bbdbb806fc7d8f0463.tar.bz2 stvnliu.gitlab.io-cd3abcba9d0a3d2281fe38bbdbb806fc7d8f0463.zip |
Update .gitlab-ci.yml file
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06e9ad8..102e97c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,11 +2,12 @@ image: node:lts # Functions that should be executed before the build script is run before_script: + - cd ./app - npm install pages: script: - npm run build - - cp -r ./build/* ./public + - cp -r ./build/* ../public artifacts: paths: # The folder that contains the files to be exposed at the Page URL |