diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9e529d..0cc9cb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,8 +56,8 @@ build-book: expire_in: 1 week rules: - - if: $CI_COMMIT_BRANCH == "testpip" || $CI_COMMIT_BRANCH == "release" - - if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "testpip" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "release" + - if: $CI_COMMIT_BRANCH == "main" || $CI_COMMIT_BRANCH == "release" + - if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "release" when: always deploy-draft: @@ -69,12 +69,12 @@ deploy-draft: curl -X POST https://mude.citg.tudelft.nl/hooks/book-deploy-draft \ -H "Content-Type: application/json" \ -H "X-Gitlab-Token: glpat-m4CzsDqHnXNn3Pf5Whyd" \ - -d "{\"object_kind\":\"pipeline\",\"object_attributes\":{\"status\":\"success\",\"ref\":\"testpip\"},\"build_job_id\":$BUILD_JOB_ID}" + -d "{\"object_kind\":\"pipeline\",\"object_attributes\":{\"status\":\"success\",\"ref\":\"main\"},\"build_job_id\":$BUILD_JOB_ID}" environment: name: draft url: https://mude.citg.tudelft.nl/2024/book/draft rules: - - if: $CI_COMMIT_BRANCH == "testpip" + - if: $CI_COMMIT_BRANCH == "main" deploy-production: stage: deploy diff --git a/book/intro.md b/book/intro.md index 07dd712..af9bebb 100644 --- a/book/intro.md +++ b/book/intro.md @@ -1,4 +1,4 @@ -# Welcome to the MUDE Textbook +# Welcome to the MUDE Textbook 1 Welcome to the MUDE textbook for the 2024-25 academic year. This is where assigned reading is located, along with interactive exercises to practice and study the module material.