From 66f2545781e5b151c70b18ddf768ce200ce6967e Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 28 Jun 2023 01:56:03 -0400 Subject: [PATCH] ci: add dummy index.html --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2033c1c..36024e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: - name: Build run: | mkdir app; + touch app/index.html go build .; - name: Install SSH key uses: shimataro/ssh-key-action@v2