diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6087aa7d..4aa1d9ca 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -242,6 +242,11 @@ jobs: needs: [build-main, build-batch] runs-on: ubuntu-latest steps: + # Checkout needed so the combine job can run docs/generate-sitemap.js + # (the script that scans the final dist/ and emits a complete sitemap). + - name: Checkout + uses: actions/checkout@v4 + - name: Download main site uses: actions/download-artifact@v4 with: