Skip to content

Commit

Permalink
Attempt to fix fly previews (#2)
Browse files Browse the repository at this point in the history
Need to checkout submodules.
  • Loading branch information
dsagal authored Nov 6, 2024
1 parent fef56e6 commit d554b12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
github.event.workflow_run.conclusion == 'success'
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up flyctl
uses: superfly/flyctl-actions/setup-flyctl@master
with:
Expand Down

0 comments on commit d554b12

Please sign in to comment.