From 79aab43cffaab26134f8cf0d64d84f947895eab2 Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Tue, 06 Oct 2020 15:03:34 +0000
Subject: [PATCH] try temp workaround

---
 .github/workflows/ci.yaml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index c9d098f..1bb0aed 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -25,6 +25,9 @@
         cp -a layouts compose/layouts
         cp -a static compose/static
         cp theme.toml compose/theme.toml
+        git add compose
+        commit_message=$(git commit -m "duplicate temp." -a | tr -d '\n' || true)
+        echo "::set-output name=commit_message::$commit_message"
 
     - name: Build site with Hugo
       uses: onweru/build-hugo@v0.75.1

--
Gitblit v1.10.0