From 7b976780dcc6d78dbdf0485a2ea1308342e4efea Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Mon, 10 Jun 2024 23:02:12 +0100 Subject: [PATCH] Include config in Gemini deploy --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 96a54bec..bdc24766 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -129,6 +129,8 @@ jobs: steps: - name: Prepare for Fly deployment (Gemini) uses: superfly/flyctl-actions/setup-flyctl@master + - name: Checkout + uses: actions/checkout@v3 - uses: actions/download-artifact@v3 with: name: capsule