Skip to content

Commit

Permalink
⛔️ fix Heroku build
Browse files Browse the repository at this point in the history
just a temporary workaround
  • Loading branch information
victorlin committed Oct 18, 2024
1 parent e8586a4 commit 1120581
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/preview_on_downstream_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
repository: ${{ inputs.repository }}
token: ${{ secrets.GH_TOKEN_NEXTSTRAIN_BOT_REPO }}

# Apply https://github.com/nextstrain/nextstrain.org/pull/1041
- name: Fix Heroku build
run: |
git apply <(wget -q -O - https://github.com/nextstrain/nextstrain.org/pull/1041.patch)
git add build.sh
- name: Install Auspice from PRs HEAD commit
shell: bash
working-directory: ${{ inputs.directory }}
Expand Down

0 comments on commit 1120581

Please sign in to comment.