From 8985540bcba06dd1e158586f41bf3b76afa81f26 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba Date: Thu, 14 Nov 2024 10:00:13 -0300 Subject: [PATCH] CI: solve docs issue :tada: --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cfba72b0e7..5a775d2911 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -767,19 +767,17 @@ jobs: PR_BRANCH=$(curl -s https://api.github.com/repos/meteor/meteor/pulls/$PR_NUMBER | jq -r .head.ref) git clone https://github.com/meteor/meteor.git cd meteor - echo "Cloning pull/$PR_NUMBER/head:$PR_BRANCH" git fetch origin pull/$PR_NUMBER/head:$PR_BRANCH else git clone https://github.com/meteor/meteor.git cd meteor - echo "Cloning pull/$CIRCLE_PR_NUMBER/head:pr-$CIRCLE_PR_NUMBER" git fetch origin pull/$CIRCLE_PR_NUMBER/head:pr-$CIRCLE_PR_NUMBER fi # Run almost the same steps the meteor/docs repository runs, minus deploy. - run: name: Generating Meteor documentation for JSDoc testing command: | - cd ${CHECKOUT_METEOR_DOCS}/docs + cd docs npm install npm test