From 0e4bd2a85c8eebd7902a2b5c0b1c465ae6c71255 Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Tue, 06 Oct 2020 14:54:10 +0000
Subject: [PATCH] try duplicating resource files
---
.github/workflows/ci.yaml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index a56784b..c9d098f 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -16,6 +16,16 @@
- name: Checkout master branch
uses: actions/checkout@v2
+ # Copy theme files into compose/ dir (do not commit)
+ - name: Copy themes files temporarily
+ id: can_duplicate
+ run: |
+ mkdir compose
+ cp -a assets compose/assets
+ cp -a layouts compose/layouts
+ cp -a static compose/static
+ cp theme.toml compose/theme.toml
+
- name: Build site with Hugo
uses: onweru/build-hugo@v0.75.1
--
Gitblit v1.10.0