From 71634a46465dfdb97d4e08c21239c2967757dab4 Mon Sep 17 00:00:00 2001 From: matthieuEv Date: Sun, 12 May 2024 19:10:36 +0200 Subject: [PATCH] fix add templates.json --- .github/workflows/static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 557864c..651ab39 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -40,8 +40,8 @@ jobs: mkdir dist cp -r examples/dist/* dist ls -la - cp -r template1.json dist/template1.json - cp -r template2.json dist/template2.json + cp -r examples/template1.json dist/template1.json + cp -r examples/template2.json dist/template2.json ls -la dist - name: Upload artifact uses: actions/upload-pages-artifact@v3