diff --git a/.github/workflows/test-site.yml b/.github/workflows/test-site.yml index 4fe6f40d1..af6e11c9a 100644 --- a/.github/workflows/test-site.yml +++ b/.github/workflows/test-site.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout submodules 🫄 run: git submodule update --init --recursive - name: Checkout Docs-Source Commit ⏭ - run: cd docs; git fetch; git checkout origin/$GITHUB_HEAD_REF; cd ../; + run: cd docs; git fetch; git checkout origin/$GITHUB_HEAD_REF; cd ../; mv .env.examples .env ; - run: yarn install - name: Install Vercel CLI 🔌 run: npm install --global vercel@latest