diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 536e2ad695ee1c41e4bd58cd817f392817fbd15d..89d519c16bb9dd3db9fc9339aa889446f90c81d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ build_production: course: csep590b source_path: public only: - - CSEP590b-23WI + - CSE590b-23WI artifacts: paths: - public/ @@ -52,7 +52,7 @@ pre_deploy_production: course: csep590b source_path: public only: - - CSEP590b-23WI + - CSE590b-23WI generate_pdf: stage: generatepdf @@ -69,7 +69,7 @@ generate_pdf: course: csep590b source_path: public only: - - CSEP590b-23WI + - CSE590b-23WI artifacts: paths: - public/ @@ -87,4 +87,4 @@ after_deploy_production: course: csep590b source_path: public only: - - CSEP590b-23WI + - CSE590b-23WI diff --git a/README.md b/README.md index ef213589944ebb8e575d223f04784b3f9032defc..e3d3d5609c70dcd3a345434cc56c40073ffd77c5 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ To use this website, the following steps are necessary: # Basic use: rvm use ruby 2.6 # on M1 install with rvm install 2.6.6 --with-gcc=clang + bundle install # if needed + bundle exec jekyll build + bundle exec jekyll serve &