Loading .gitlab-ci.yml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -258,6 +258,7 @@ pages-job: - echo $RELEASE_PATH - echo $RELEASE_PATH - mkdir -p $RELEASE_PATH - mkdir -p $RELEASE_PATH - cp -r -f $SITE_PATH/* $RELEASE_PATH - cp -r -f $SITE_PATH/* $RELEASE_PATH - ls -la $RELEASE_PATH # Zip the content and publish the zip again # Zip the content and publish the zip again # - zip -r "content.zip" "public" # - zip -r "content.zip" "public" # - mv "content.zip" "public/" # - mv "content.zip" "public/" Loading Loading
.gitlab-ci.yml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -258,6 +258,7 @@ pages-job: - echo $RELEASE_PATH - echo $RELEASE_PATH - mkdir -p $RELEASE_PATH - mkdir -p $RELEASE_PATH - cp -r -f $SITE_PATH/* $RELEASE_PATH - cp -r -f $SITE_PATH/* $RELEASE_PATH - ls -la $RELEASE_PATH # Zip the content and publish the zip again # Zip the content and publish the zip again # - zip -r "content.zip" "public" # - zip -r "content.zip" "public" # - mv "content.zip" "public/" # - mv "content.zip" "public/" Loading