From 0dbcbe885756e10f897a32cd545451cc0715a71b Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Thu, 15 Sep 2022 10:02:36 -0400 Subject: [PATCH] fix: ci including static asset --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 28358f4..2f58569 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: path: | index.html styles.css - hi.png + me.png preview: runs-on: ubuntu-latest needs: prepare