diff --git a/.github/workflows/preview_on_downstream_repo.yaml b/.github/workflows/preview_on_downstream_repo.yaml index 1ceb072b6..20f9ea9d1 100644 --- a/.github/workflows/preview_on_downstream_repo.yaml +++ b/.github/workflows/preview_on_downstream_repo.yaml @@ -39,7 +39,9 @@ jobs: token: ${{ secrets.GH_TOKEN_NEXTSTRAIN_BOT_REPO }} - name: auspice build --includeTiming for nextstrain.org - run: git apply <(wget -q -O - https://github.com/nextstrain/nextstrain.org/commit/0671e90b0cdfa55d0ee5b01d0b78bc933cedb121.patch) + run: | + git apply <(wget -q -O - https://github.com/nextstrain/nextstrain.org/commit/0671e90b0cdfa55d0ee5b01d0b78bc933cedb121.patch) + git add build.sh - name: Install Auspice from PRs HEAD commit shell: bash