diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 091e106d..00000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,11 +0,0 @@ -image: node:latest -build: - stage: build - script: - - echo "Build your app" - - yarn - - yarn build - - yarn pack - - echo "DONE!" # This way you know the job id in the next stage - - diff --git a/docs/latest.tgz b/docs/latest.tgz deleted file mode 100644 index 20475a1c..00000000 Binary files a/docs/latest.tgz and /dev/null differ