From 908fc422b30c7aeb1d575aa4b48e6280301c3968 Mon Sep 17 00:00:00 2001 From: charlieJ107 Date: Sun, 31 Mar 2024 03:30:02 +0100 Subject: [PATCH] Update file paths in publish workflow --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4827333..e39cec7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,8 +48,8 @@ jobs: - name: Copy Content run: | mkdir -p src/content - ls src - cp -r content/* src/content/ + cp -r content/content/* src/content/ + cp -r content/images images rm -rf content - name: Detect package manager